Make tube sending faster

This commit is contained in:
ShadowNinja 2013-12-17 14:37:02 -05:00
parent 64db3d14d8
commit c5d287f5f5
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ function technic.handle_machine_pipeworks(pos, tube_upgrade)
end
tube_time = meta:get_int("tube_time")
tube_time = tube_time + tube_upgrade
if tube_time > 3 then
if tube_time >= 2 then
tube_time = 0
if output_tube_connected then
technic.send_items(pos, x_velocity, z_velocity)