diff --git a/register.lua b/register.lua index 5cf2884..56351fb 100644 --- a/register.lua +++ b/register.lua @@ -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", })