Novatux
2013-08-29 f4ac2b8c1ef97a8adf29501f5599fb8adb4df00c
technic/machines/register/alloy_furnace.lua
@@ -240,7 +240,8 @@
            srcstack = src2stack
            src2stack = temp
         end
         if not result then
         if not result or
            not inv:room_for_item("dst", result) then
            hacky_swap_node(pos, machine_node)
            meta:set_string("infotext", machine_name.." Idle")
            meta:set_int(data.tier.."_EU_demand", 0)
@@ -251,7 +252,6 @@
            -- Unpowered - go idle
            hacky_swap_node(pos, machine_node)
            meta:set_string("infotext", machine_name.." Unpowered")
            next_state = 1
         elseif eu_input >= machine_demand[EU_upgrade+1] then
            -- Powered
            hacky_swap_node(pos, machine_node.."_active")