Kyle
2013-02-21 08acacba06a39d85e1bb9f16b7e7c9003ed6e6af
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")