From c309382ca6cd668ce79d07373a988b763edd6ac3 Mon Sep 17 00:00:00 2001 From: alexcrea <42614139+alexcrea@users.noreply.github.com> Date: Sun, 14 Jul 2024 20:04:54 +0200 Subject: [PATCH] Updated Home (markdown) --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index eb635df..e859e37 100644 --- a/Home.md +++ b/Home.md @@ -9,7 +9,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), [Material Group](https://github.com/alexcrea/CustomAnvil/wiki/Material-Group) and [Enchantment Conflict](https://github.com/alexcrea/CustomAnvil/wiki/Conflicts-Group). +* 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](https://github.com/alexcrea/CustomAnvil/wiki/Conflict-Group). * (Optional) Also register bulk operation for optimization if possible. You can also register Custom anvil recipe if you like to.