addmeltdown for shields

This commit is contained in:
Elkien3 2018-07-24 12:34:01 -05:00
parent cb905db783
commit 1c8d3b5909

View File

@ -224,4 +224,12 @@ for k, v in pairs(armor.materials) do
{"", v, ""},
},
})
if v ~= "group:wood" then
minetest.register_craft({
output = v .. " 7",
type = "cooking",
cooktime = 14,
recipe = "shields:shield_"..k
})
end
end