api changes:
WARNING: you may have to rebuild your Jar against this new ItemsAdder build.
- fixed HUD related class names, please rebuild your jar and update the names.
- fixed CustomStack#getUsages() method useless int arg
- fixed CustomStack methods still using Integer instead of native int type.
- fixed ItemsAdder.areItemsLoaded() throwing exception if called before IA loaded for the first time (compat for my ChestCommands fork).
config changes:
- fixed jam not returning when crafting bread: itemsadder\food.yml
https://github.com/PluginBugs/Issues-ItemsAdder/issues/1069
- added a new option "enabled: true" to the behaviours. Now you can decide to disable or enable a behaviour without the need of deleting it completely.
fixes:
- entity dismount exception:
https://github.com/PluginBugs/Issues-ItemsAdder/issues/1071
- disabled font_images.scoreboard-teams.enabled by default in config.yml, this triggered issues on some servers.
- issue with custom blocks placed and edited after
https://github.com/PluginBugs/Issues-ItemsAdder/issues/1072#issuecomment-890890394
- negative min_height not working properly in 1.17.1 for ores and trees
- trees spawning on vines and other plants
https://github.com/PluginBugs/Issues-ItemsAdder/issues/1080
- suppress the error message about removed fires from configs
https://github.com/PluginBugs/Issues-ItemsAdder/issues/1075
- tools whitelist/blacklist not correctly matching custom pickaxes
- empty NBT "itemsadder" added by mistake on interact with REAL_NOTE
https://github.com/PluginBugs/Issues-ItemsAdder/issues/1063