changes:
- generated resourcepack files won't be saved into the plugin folder to avoid confusion. They will be added directly inside the zip file.
- new resourcepack structure, please refer to the page for more information:
https://github.com/PluginBugs/Issues-ItemsAdder/issues/2097
- removed /iaexport command.
- removed `overwrite-vanilla-models` setting.
- removed `fix_transparent_noteblocks__disable-for-more-performance` setting.
- removed legacy default pack support.
- renamed item/base/blank.png to base/blank.png.
- renamed font/base/black.png to base/black.png.
- renamed font/base/blank.png to base/blank.png.
- removed useless "minecraft:" prefix on some generated json files.
- removed useless properties from files: mushroom_stem.json, red_mushroom_block.json, brown_mushroom_block.json.
- removed useless file block_real.json.
- removed useless "groups" property from painting .json models parents.
- removed config option 'extract-default-configs'.
- renamed all ia_various_configs to _iainternal.
- renamed all z_iainternal to _iainternal.
- resourcepack zip is now generated into a new path `plugins/ItemsAdder/output/generated.zip`
- added invalid characters detection on pack compression
- compression bossbar now shows precise percentage
fixes:
- fixed useless disk usage with temporary data
- faster pack compression due to RAM usage instead of disk during files generation
- fixed pack generation loop in some rare cases
- fixed crashing when using the search button of /ia GUI in 1.19.2 clients.
- fixed Cave Detectors errors on < 1.17
https://github.com/PluginBugs/Issues-ItemsAdder/issues/2094
- possibly fixed double resource pack load, probably also triggering this issue
https://github.com/PluginBugs/Issues-ItemsAdder/issues/2092
- fixed recipes duplication bug
- fixed particular recipes losing items
https://github.com/PluginBugs/Issues-ItemsAdder/issues/2084