diff options
| -rw-r--r-- | routing_tubes.lua | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/routing_tubes.lua b/routing_tubes.lua index cb0f8e7..831dbd3 100644 --- a/routing_tubes.lua +++ b/routing_tubes.lua @@ -67,7 +67,6 @@ if pipeworks.enable_one_way_tube then  		node_box = {type = "fixed",  			fixed = {{-1/2, -9/64, -9/64, 1/2, 9/64, 9/64}}},  		groups = {snappy = 2, choppy = 2, oddly_breakable_by_hand = 2, tubedevice = 1}, -		legacy_facedir_simple = true,  		sounds = default.node_sound_wood_defaults(),  		tube = {  			connect_sides = {left = 1, right = 1}, | 
