summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--recipes.lua4
1 files changed, 2 insertions, 2 deletions
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"}
}
})