Vanessa Dannenberg
2020-05-27 befe3ecc86f046310ec0a5c24f82acea2ad13d9d
technic/machines/register/common.lua
@@ -74,7 +74,7 @@
      if stack then
         local item0 = stack:to_table()
         if item0 then
            item0["count"] = "1"
            item0["count"] = 1
            technic.tube_inject_item(pos, pos, vector.new(x_velocity, 0, z_velocity), item0)
            stack:take_item(1)
            inv:set_stack(output_name, i, stack)