
SkiesGUIs
A Fabric server-sided GUI creation mod aimed at making creating basic GUIs easier!
3.4K
16
Список изменений
- Overhauled the economy management to allow for registering a economy service from another mod
- Changed the
CURRENCYrequirement to use the comparison>=by default, instead of== - Added support for using the Texture ID for playerheads in the format
"item": "playerhead-[TEXTURE_ID]" - Added support for defining the alias command permission for a GUI menu using
"alias_permission": "skiesguis.gui.example". Not defining it will default toskiesguis.gui.[GUI_ID], just as before. - Added a new NBT deserialization that implements support for defining the tag type of a given tag. For example, this allows you to define a byte tag instead of it defaulting to an integer:
"nbt": {
"minecraft:custom_data": {
"example_tag": {
"type": "byte",
"value": 1
}
}
}
- Added Advancement requirement type
"advancement": {
"type": "ADVANCEMENT",
"advancement": "minecraft:husbandry/bred_all_animals",
"progress": 1.0
}
- Added XP requirement type
"xp": {
"type": "XP",
"level": false,
"amount": 100
}
- Added new
MOLANGrequirement type, which allows the result of a molang expression to be compared against a output option. example:
"cobblemon": {
"type": "MOLANG",
"script": "t.party = q.gui.player.party; t.pokemon = t.party.get_pokemon(2); t.pokemon.is_shiny;",
"output": "1"
}
- Added alias
"slots"for the setting"slot" - Updated the default
example_molang.jsonfile to includeMOLANGrequirement type examples - Fixed economy actions/requirements not using a default service when unspecified
Need help? Join the Discord: https://discord.gg/cgBww275Fg
Файлы
SkiesGUIs-fabric-1.21.1-1.8.0.jar(10.63 MiB)
ОсновнойМетаданные
Канал релиза
Release
Номер версии
1.8.0
Загрузчики
Fabric
Версии игры
1.21.1
Загрузок
114
Дата публикации
5 мес. назад