new:
- added RealisticWorldGenerator compatibility
https://itemsadder.devs.beer/compatibility-with-other-plugins/compatible/realisticworldgenerator
- added AdvancedEnchantments compatibility
https://itemsadder.devs.beer/compatibility-with-other-plugins/compatible/advancedenchantments
- added a new option to disable leather armor overwriting completely in config.yml:
https://itemsadder.devs.beer/faq/leather-armor-texture-overwritten
config changes:
- fixed missing item_hit_entity property for grenade item in file "itemsadder/throwables.yml"
fixes:
- fixed PacketTooLargeException PacketPlayOutRecipeUpdate
https://github.com/PluginBugs/Issues-ItemsAdder/issues/1352
- fixed blocks are invisble if you place a normal block under a custom block
https://github.com/PluginBugs/Issues-ItemsAdder/issues/1388
- fixed memory leak recipes on /iareload command
- fixed keep_on_death working only on the first item of the same type/id
https://github.com/PluginBugs/Issues-ItemsAdder/issues/1379
- fixed players can remove the color code from armor using the cauldron
https://github.com/PluginBugs/Issues-ItemsAdder/issues/1390
- fixed negative CustomModelData if model_id is 1
https://github.com/PluginBugs/Issues-ItemsAdder/issues/1349
- fixed "Could not pass event BlockBreakEvent to ItemsAdder" error when breaking blocks while plugin still loading (loots still loading)
- possible fix for tree populators - tree type incorrect
https://github.com/PluginBugs/Issues-ItemsAdder/issues/1377
- avoid deleting font_image file if no suitable implementation was found (bypass for a probable Java bug)
https://github.com/PluginBugs/Issues-ItemsAdder/issues/1384