Increase max_tube_length of TA1 axle
This commit is contained in:
parent
9b6dab9aeb
commit
83d9991ffb
@ -19,7 +19,7 @@ local S = techage.S
|
|||||||
|
|
||||||
local Axle = tubelib2.Tube:new({
|
local Axle = tubelib2.Tube:new({
|
||||||
dirs_to_check = {1,2,3,4,5,6},
|
dirs_to_check = {1,2,3,4,5,6},
|
||||||
max_tube_length = 5,
|
max_tube_length = 10,
|
||||||
show_infotext = false,
|
show_infotext = false,
|
||||||
tube_type = "axle1",
|
tube_type = "axle1",
|
||||||
primary_node_names = {"techage:ta1_axle"},
|
primary_node_names = {"techage:ta1_axle"},
|
||||||
|
Loading…
Reference in New Issue
Block a user