From b8e5733d39413519f014ad42a4749f076baf7da3 Mon Sep 17 00:00:00 2001 From: whosit Date: Tue, 29 Jun 2021 11:42:52 +0300 Subject: [PATCH] make jonez:wrought_lattice_bottom craftable: turn recipie 90 degrees --- init.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/init.lua b/init.lua index 9b20802..6e3edc0 100644 --- a/init.lua +++ b/init.lua @@ -265,9 +265,9 @@ local panels = { textures={front="jonez_wrought_lattice_bottom.png", edge="jonez_panes_edge.png"}, use_texture_alpha = true, recipe = { - {'', '', ''}, - {'default:steel_ingot', 'default:tin_ingot', 'default:steel_ingot'}, - {'default:steel_ingot', 'default:tin_ingot', 'default:steel_ingot'}, + {'default:steel_ingot', 'default:steel_ingot'}, + {'default:tin_ingot', 'default:tin_ingot'}, + {'default:steel_ingot', 'default:steel_ingot'}, } }, {name= "palace_window_top", description= "Palace Window (Top)",