From f9f65ec77dd5ca1cf83eccf564f29527d4094b51 Mon Sep 17 00:00:00 2001 From: alexcrea <42614139+alexcrea@users.noreply.github.com> Date: Fri, 12 Jul 2024 02:54:00 +0200 Subject: [PATCH] Updated Home (markdown) --- Home.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Home.md b/Home.md index daaf475..c20700e 100644 --- a/Home.md +++ b/Home.md @@ -1,7 +1,7 @@ ## Plugin installation Just drop the [plugin jar](https://github.com/alexcrea/CustomAnvil/releases/latest) to `/plugin` on a spigot or fork of spigot, restart, and it should work. -## Custom enchantment plugin developers: +## Custom enchantment plugin developers If you like to make your custom enchantment plugin compatible with Custom Anvil, the rest of the documentation will help you with that. Here are the general step to make your plugin compatible with Custom Anvil: @@ -12,7 +12,7 @@ Here are the general step to make your plugin compatible with Custom Anvil: You can also register Custom anvil recipe if you like to. -## Add custom anvil as dependency. +## Add custom anvil as dependency Currently, there is no clean way to add Custom Anvil as a dependency for your plugin. \ Working on that.