Mirror recipe for axe

This commit is contained in:
heav-4 2020-02-09 00:25:03 +00:00 committed by GitHub
parent 1420376e32
commit 6ded149ee9

View file

@ -442,7 +442,14 @@ for name, mat in pairs(craft_ingreds) do
{"", "group:stick"}
}
})
minetest.register_craft({
output = "default:axe_".. name,
recipe = {
{mat, mat},
{"group:stick", mat},
{"group:stick", ""}
}
})
minetest.register_craft({
output = "default:sword_".. name,
recipe = {