Iron cap recipe clashes with armor mods
This commit is contained in:
parent
3775bb848d
commit
5df7141d71
@ -299,8 +299,9 @@ end
|
|||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
recipe = {
|
recipe = {
|
||||||
{"default:steel_ingot", "default:steel_ingot", "default:steel_ingot"},
|
{"default:steel_ingot", "default:steel_ingot", "default:steel_ingot"},
|
||||||
{"default:steel_ingot", "", "default:steel_ingot"},
|
{"", "default:steel_ingot", "default:steel_ingot"},
|
||||||
|
{"", "", "default:steel_ingot"},
|
||||||
},
|
},
|
||||||
output = "magicalities:cap_steel",
|
output = "magicalities:cap_steel",
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user