From e38f6f0983feb5725feab8f966d2385b7c7ae23d Mon Sep 17 00:00:00 2001 From: RealBadAngel <mk@realbadangel.pl> Date: Tue, 23 Jul 2013 08:38:39 +0200 Subject: [PATCH] Merge pull request #62 from hdastwb/connect_sides --- technic/machines/mv/alloy_furnace.lua | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/technic/machines/mv/alloy_furnace.lua b/technic/machines/mv/alloy_furnace.lua index cadcb67..b7a837f 100644 --- a/technic/machines/mv/alloy_furnace.lua +++ b/technic/machines/mv/alloy_furnace.lua @@ -36,6 +36,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(), @@ -82,6 +83,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