Iron cap recipe clashes with armor mods

This commit is contained in:
Evert Prants 2019-11-20 18:54:30 +02:00
parent 3775bb848d
commit 5df7141d71
Signed by: evert
GPG Key ID: 1688DA83D222D0B5
1 changed files with 3 additions and 2 deletions

View File

@ -299,8 +299,9 @@ end
minetest.register_craft({
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",
})