From 08acacba06a39d85e1bb9f16b7e7c9003ed6e6af Mon Sep 17 00:00:00 2001
From: Kyle <khonkhortisan@gmail.com>
Date: Thu, 21 Feb 2013 20:38:34 +0100
Subject: [PATCH] Remove the original only after creating the copy so players don't fall through moving frames

---
 technic/alloy_furnace_mv.lua |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/technic/alloy_furnace_mv.lua b/technic/alloy_furnace_mv.lua
index bf57d30..1d78f6e 100644
--- a/technic/alloy_furnace_mv.lua
+++ b/technic/alloy_furnace_mv.lua
@@ -265,3 +265,6 @@
 			end
 		end
 end
+
+register_MV_machine ("technic:mv_alloy_furnace","RE")
+register_MV_machine ("technic:mv_alloy_furnace_active","RE")

--
Gitblit v1.8.0