From 2e4d983be7592af81b49f95895acf064b8ec38a2 Mon Sep 17 00:00:00 2001 From: hdastwb <hdastwb@hdastwb.heliohost.org> Date: Sun, 21 Jul 2013 23:15:03 +0200 Subject: [PATCH] added connect_sides to appropriate tube tables --- technic/machines/mv/electric_furnace.lua | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/technic/machines/mv/electric_furnace.lua b/technic/machines/mv/electric_furnace.lua index 7f205b5..a125d4b 100644 --- a/technic/machines/mv/electric_furnace.lua +++ b/technic/machines/mv/electric_furnace.lua @@ -41,6 +41,7 @@ local inv=meta:get_inventory() return inv:room_for_item("src",stack) end, + connect_sides = {left=1, right=1, back=1, top=1, bottom=1}, }, legacy_facedir_simple = true, sounds = default.node_sound_stone_defaults(), @@ -87,6 +88,7 @@ local inv=meta:get_inventory() return inv:room_for_item("src",stack) end, + connect_sides = {left=1, right=1, back=1, top=1, bottom=1}, }, legacy_facedir_simple = true, sounds = default.node_sound_stone_defaults(), -- Gitblit v1.8.0