From 44bf9ec5e8903fb51edc3aea3a9121c40ed9cf86 Mon Sep 17 00:00:00 2001 From: alexcrea <42614139+alexcrea@users.noreply.github.com> Date: Thu, 11 Jul 2024 19:55:35 +0200 Subject: [PATCH] Updated Home (markdown) --- Home.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Home.md b/Home.md index aeae132..9abace1 100644 --- a/Home.md +++ b/Home.md @@ -14,6 +14,10 @@ Here are the general step to make your plugin compatible with Custom Anvil: * On event trigger, register enchantments and config if needed. * (Optional) Also register bulk operation for optimization if possible. +*** + You can also register Custom anvil recipe if you like to. +*** + Right now, documentation is incomplete and more page will be provided later.