From 737d3c0e9ab3a55541c62d88c4d66c8d635fc530 Mon Sep 17 00:00:00 2001 From: Toby plowy Date: Tue, 19 Sep 2017 23:45:28 +0200 Subject: [PATCH] jeh --- mods/xpanes/init.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mods/xpanes/init.lua b/mods/xpanes/init.lua index 9f9582c..213d2aa 100644 --- a/mods/xpanes/init.lua +++ b/mods/xpanes/init.lua @@ -192,9 +192,9 @@ xpanes.register_pane("lattice", { sounds = default.node_sound_glass_defaults(), groups = {snappy=2, cracky=3, oddly_breakable_by_hand=3}, recipe = { - {"default:stick", "default:stick", "default:stick"}, - {"default:stick", "default:stick", "default:stick"}, - {"default:stick", "default:stick", "default:stick"} + {"default:stick", "", "default:stick"}, + {"", "default:stick", ""}, + {"default:stick", "", "default:stick"} } })