PLEASE REGENERATE YOUR ZIP USING /iazip COMMAND! This is important to fix block particles.
Delete this folder before running /iazip: "ItemsAdder\data\resource_pack\assets\minecraft\models\block\original"
new:
- added new property "info.enabled" to every file in items_packs, this allows to disable files easily without deleting them
- updated naming of the worlds_populators properties:
https://itemsadder.devs.beer/plugin-usage/adding-content/worlds-populators
- added new default value for "break_particles": VANILLA. This will make the custom blocks emit vanilla particles break (you need to re-run /iazip one time to have this feature working for your already created blocks). Thanks to if#7858 and Hakan#4089
- added new properties to "placed_model" property of blocks: "rotx" and "roty". This allows you to specify a rotation for a particular model. This is an option for expert users.
https://itemsadder.devs.beer/plugin...ties/specific-properties/blocks#rotx-and-roty
- new action "set_block" to place vanilla and custom blocks. This is useful to create 2D icons for blocks.
https://github.com/PluginBugs/Issues-ItemsAdder/issues/881#issuecomment-1135147640
- new action "place_furniture" to place furniture. This is useful to create 2D icons for furniture.
https://github.com/PluginBugs/Issues-ItemsAdder/issues/881#issuecomment-1135147640
- new action "drop_item"
- new property for "furniture" behaviour: "cancel_drop". This option allows you to avoid furniture from being dropped when broken by players.
api:
added passengers api
https://github.com/LoneDev6/API-ItemsAdder/commit/94eec35f30696ae472e5154aff5bba36c74daf89
fixes:
- optimized parts of the plugin to fix similar issues:
https://github.com/PluginBugs/Issues-ItemsAdder/issues/1720
- fixed vehicles can't be removed while in adventure mode
https://github.com/PluginBugs/Issues-ItemsAdder/issues/1719
- fixed noteblocks losing their note when near blocks are broken
https://github.com/PluginBugs/Issues-ItemsAdder/issues/1693#issuecomment-1126862686
- fixed ExecutableItems compatibility
https://github.com/PluginBugs/Issues-ItemsAdder/issues/1708
- fixed furnace recipes not accepting decimals in "exp" property
https://github.com/PluginBugs/Issues-ItemsAdder/issues/1686
- fixed repairing Custom Armor on an anvil consumes the entire stack
https://github.com/PluginBugs/Issues-ItemsAdder/issues/1684
- fixed usages lore not showing at all
- fixed `decrement_usages` not working correctly for `eat` event
https://github.com/PluginBugs/Issues-ItemsAdder/issues/1705
- fixed interact event not working with offhand items
- fixed blocks sound played two times in some cases
- fixed mushroom blocks desync sometimes
https://github.com/PluginBugs/Issues-ItemsAdder/issues/1722