update tfg + some shit recipes

This commit is contained in:
SpeeeDCraft 2023-11-12 20:34:09 +07:00
parent 56018c3f80
commit 8255c82676
5 changed files with 34 additions and 1 deletions

View file

@ -14,6 +14,7 @@ ServerEvents.tags('item', event => {
})
ServerEvents.recipes(event => {
registerSBRecipes(event)
registerCreateRecipes(event)
registerExtendedCraftingRecipes(event)
registerMinecraftRecipes(event)