Please read the update notes before asking for support, thanks!
Config changes
Please read:
- removed all the mcemojis images and kept only the mc_ruby.png file.
You have to
1. delete the
data\items_packs\mcemojis\ folder
2. delete the
data\resource_pack\assets\mcemojis\ folder
3. and run
/iazip to apply these changes (or follow the
hosting tutorial on the wiki)
If you disabled the auto extract you have to delete the folder `resource_pack\assets\mcemojis` and `items_packs\mcemojis`, then copy the new folders from the downloadable zip and paste them back.
Download the zip and copy the mcemojis folder into
data\resource_pack\assets\ (it only contains the
mc_ruby.png file now)
Download the emoji_images.yml file and paste it inside
data\items_packs\mcemojis\
- removed "
ruby_sword" from
categories.yml in the
Armors (
you have to remove it manually from
plugins\ItemsAdder\data\items_packs\various_configs\ia_gui_default_categories.yml )
Fixes
- fixed wrong texture json key for some auto_generated models
https://github.com/PluginBugs/Issues-ItemsAdder/issues/1135
- fixed Stipping Logs not working with pillars
- fixed very slightly "flashing" blocks in some events (break, interact...)
- fixed tripwire dupe bug when placing them
- fixed "Could not pass event BlockBreakEvent to ItemsAdder"
https://github.com/PluginBugs/Issues-ItemsAdder/issues/1143
- fixed "Could not pass event BlockPhysicsEvent to ItemsAdder" NullPointerException (breaking custom REAL_WIRE blocks which are removed from config)
- fixed REAL_NOTE block dupe with unsafe efficiency enchant
https://github.com/PluginBugs/Issues-ItemsAdder/issues/1128
- fixed NullPointerException when using huds with misconfigured icons
https://github.com/PluginBugs/Issues-ItemsAdder/issues/1141
- fixed anvil exploit to bypass blocked enchants
https://github.com/PluginBugs/Issues-ItemsAdder/issues/1149
- fixed fixed_rotation property of item_frame furnitures not working the same way as armor_stand furnitures
- fixed chair sit rotation not correct when furniture uses entity: item_frame
- removed useless "damage permission" check in damage actions since it's already done by Spigot under the hood
- fixed damage_entity_in_sight action (and also other actions) does not affect players
https://github.com/PluginBugs/Issues-ItemsAdder/issues/1140
- fixed various bugs with loots rules
- fixed biomes shown in a single line (or not shown at all) in the /ia GUI
- fixed huds not rendered if no-host is enabled
https://github.com/PluginBugs/Issues-ItemsAdder/issues/1157
- fixed mining custom blocks with axe causing instant disappear
- fixed /papi reload breaking the placeholders:
https://github.com/PluginBugs/Issues-ItemsAdder/issues/1133
- fixed furnitures removed when dropping an item on them
https://github.com/PluginBugs/Issues-ItemsAdder/issues/1161
- fixed mobs not saving/loading on Java 16 and latest LibsDisguises, read more here if you have problems:
https://github.com/PluginBugs/Issues-ItemsAdder/issues/1121#issuecomment-914455565
- fixed Unhandled exception occured in onPacketReceiving(PacketEvent) for ItemsAdder:
https://github.com/PluginBugs/Issues-ItemsAdder/issues/1163
- fixed random crashes if you reload the plugin using Plugman or using Spigot /reload command
- fixed java.net.SocketException: Socket closed error on plugin disable or reload
- added error message if world doesn't exist when loading world_populators, surface_decorators, trees_populators
Optimizations
- optimized prefix/suffix and display name font_images replacement
https://github.com/PluginBugs/Issues-ItemsAdder/issues/1158
- optimized plugin RAM usage by fixing a very bad memory leak bug