Link to material group wiki.

alexcrea 2024-07-14 01:16:26 +02:00
parent f48a492b17
commit bebdf68b5e

@ -7,7 +7,7 @@ If you like to make your custom enchantment plugin compatible with Custom Anvil,
Here are the general step to make your plugin compatible with Custom Anvil:
* Add CustomAnvil as softdepend or depend
* On startup, if CustomAnvil is present, listen to the necessary event.
* On event trigger, [Register Enchantments](https://github.com/alexcrea/CustomAnvil/wiki/Register-Enchantments) and config if needed.
* On event trigger, [Register Enchantments](https://github.com/alexcrea/CustomAnvil/wiki/Register-Enchantments), [Material Group](https://github.com/alexcrea/CustomAnvil/wiki/Material-Group) and Enchantment Conflict if needed.
* (Optional) Also register bulk operation for optimization if possible.
You can also register Custom anvil recipe if you like to.