From 9e85cc64c6126133176f6cd6b321984b1772b79f Mon Sep 17 00:00:00 2001
From: VanessaE <vanessaezekowitz@gmail.com>
Date: Fri, 08 Mar 2013 01:15:20 +0100
Subject: [PATCH] Merge pull request #12 from VanessaE/master

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

diff --git a/technic/electric_furnace_mv.lua b/technic/electric_furnace_mv.lua
index c3e7eff..fd90b14 100644
--- a/technic/electric_furnace_mv.lua
+++ b/technic/electric_furnace_mv.lua
@@ -262,7 +262,6 @@
 			if stack then
 			local item0=stack:to_table()
 			if item0 then 
-				print (dump(item0))
 				item0["count"]="1"
 				local item1=tube_item({x=pos.x,y=pos.y,z=pos.z},item0)
 				item1:get_luaentity().start_pos = {x=pos.x,y=pos.y,z=pos.z}
@@ -275,3 +274,6 @@
 			end
 		end
 end
+
+register_MV_machine ("technic:mv_electric_furnace","RE")
+register_MV_machine ("technic:mv_electric_furnace_active","RE")

--
Gitblit v1.8.0