changes to .yml files:
- added realcraft category in ia_gui.yml:
Code (YAML):
realcraft:
enabled
: true
icon
:
"realcraft:waterskin"
name
: 'RealCraft'
permission
: 'ia.menu.realcraft'
items
:
-
"realcraft:waterskin"
-
"realcraft:boiled_water_bucket"
fixes:
- custom items loading time decreased
- fixed Metrics not working
- fixed held/unheld not triggered on item swap (F):
https://github.com/LoneDev6/ItemsAdder/issues/214
- fixed CUSTOM huds sharing the same instance of FontImages in memory, so every player would see the same custom HUDs and with bugged offsets (FRAMES and STATUS didn't have this problem)
- added descriptions to commands (see them with /help itemsadder command)
- fixed /iareload command throwing some exceptions sometimes