Adding init.lua

This commit is contained in:
Futuray 2025-07-08 19:18:29 +00:00
parent ee92dd4060
commit b38c190831

7
init.lua Normal file
View File

@ -0,0 +1,7 @@
core.register_craft({
type = "shapeless",
output = "x_farming:bonemeal",
recipe = {
"goblins:goblins_goblin_bone"
},
})