quick tweak of one of the structural panel recipes to make it less likely to accidentally turn into a soft digger

This commit is contained in:
FaceDeer 2017-01-06 19:54:58 -07:00
parent 4c44a1e731
commit 4b5eb1b865

@ -135,8 +135,8 @@ minetest.register_craft({
output = "digtron:corner_panel",
recipe = {
{"","",""},
{"default:steel_ingot","digtron:digtron_core","default:steel_ingot"},
{"","default:steel_ingot",""}
{"","digtron:digtron_core","default:steel_ingot"},
{"","default:steel_ingot","default:steel_ingot"}
}
})