addmeltdown for shields
This commit is contained in:
parent
cb905db783
commit
1c8d3b5909
@ -224,4 +224,12 @@ for k, v in pairs(armor.materials) do
|
|||||||
{"", v, ""},
|
{"", v, ""},
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
if v ~= "group:wood" then
|
||||||
|
minetest.register_craft({
|
||||||
|
output = v .. " 7",
|
||||||
|
type = "cooking",
|
||||||
|
cooktime = 14,
|
||||||
|
recipe = "shields:shield_"..k
|
||||||
|
})
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user