Zefram
2014-08-14 1d0687556a52891aeadc0e8d9a58e44c53cb826b
technic/machines/other/injector.lua
@@ -13,7 +13,7 @@
            local item0=stack:to_table()
            if item0 then 
               item0["count"] = "1"
               pipeworks.tube_item(pos, pos, vector.new(0, -1, 0), item0)
               technic.tube_inject_item(pos, pos, vector.new(0, -1, 0), item0)
               stack:take_item(1)
               inv:set_stack("main", i, stack)
               return
@@ -28,7 +28,7 @@
            if stack then
            local item0=stack:to_table()
            if item0 then 
               pipeworks.tube_item(pos, pos, vector.new(0, -1, 0), item0)
               technic.tube_inject_item(pos, pos, vector.new(0, -1, 0), item0)
               stack:clear()
               inv:set_stack("main", i, stack)
               return