diff --git a/recipes.lua b/recipes.lua index 827e2f5..141ebf2 100644 --- a/recipes.lua +++ b/recipes.lua @@ -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"} } })