diff --git a/init.lua b/init.lua new file mode 100644 index 0000000..5a5f1ea --- /dev/null +++ b/init.lua @@ -0,0 +1,7 @@ +core.register_craft({ + type = "shapeless", + output = "x_farming:bonemeal", + recipe = { + "goblins:goblins_goblin_bone" + }, +}) \ No newline at end of file