Update init.lua

This commit is contained in:
minefaco
2020-11-03 18:25:04 -05:00
committed by GitHub
parent b475a57561
commit 2916aa7d0d

View File

@@ -57,6 +57,16 @@ minetest.register_tool("chisel_tree:chisel", {
end,
})
--Register craft
minetest.register_craft({
output = "chisel_tree:chisel",
recipe = {
{"", "default:steel_ingot", ""},
{"", "group:fence", ""},
}
})