v2.0.0-b1: Reworked Plugin
Pre-releaseThis is a complete rework of the Plugin, removing old, overcomplicated code to support legacy IA content structures and using new API of ItemsAdder, where possible (With a fallback to old API methods).
It is recommended to use this plugin with ItemsAdder 4.0.17 or newer, as it provides new API the plugin can use to support special cases like blocks created from directional_mode.
The command has also changed and is now /iaxpf create [--verbose]
Adding --verbose will have the plugin provide a lot more info such as:
- Sounds added for what custom block and vanilla blockstate
- Info on failed sound additions and why
One other notable change is, that the plugin now uses the CustomBlock registry for getting all blocks and obtains their blockstates through that, allowing to support more than REAL_NOTE blocks.
Please note that this is a beta, as I cannot test for any and all edge-cases. Report any issues you find on GitHub!