From 4b5eb1b865108207c7fcd04e34e249583be1b711 Mon Sep 17 00:00:00 2001 From: FaceDeer Date: Fri, 6 Jan 2017 19:54:58 -0700 Subject: quick tweak of one of the structural panel recipes to make it less likely to accidentally turn into a soft digger --- recipes.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes.lua') 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"} } }) -- cgit v1.2.3