kpoppel
2013-08-27 ec9f92d98b88b13adada6250622b9a51f3705026
technic/machines/mv/grinder.lua
@@ -237,9 +237,9 @@
         end
         meta:set_int("tube_time", tube_time)
         -- The machine shuts down if we have nothing to grind and no tube is connected
         -- or if we have nothing to send with a tube connected.
         if inv:is_empty("src") and (not output_tube_connected or inv:is_empty("dst")) then
         -- The machine shuts down if we have nothing to smelt since we tube stuff
         -- out while being idle.
         if inv:is_empty("src") then
            next_state = 1
         end