summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tubes.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/tubes.lua b/tubes.lua
index 7ea3410..8d1b5b5 100644
--- a/tubes.lua
+++ b/tubes.lua
@@ -482,6 +482,12 @@ register_tube("pipeworks:accelerator_tube","Accelerator pneumatic tube segment",
return notvel(meseadjlist,velocity)
end}})
+egister_tube("pipeworks:crossing_tube","Crossing tube segment",accelerator_plain_textures,
+ accelerator_noctr_textures,accelerator_end_textures,accelerator_short_texture,accelerator_inv_texture,
+ {tube={can_go=function(pos,node,velocity,stack)
+ return velocity
+ end}})
+
sand_noctr_textures={"pipeworks_sand_tube_noctr.png","pipeworks_sand_tube_noctr.png","pipeworks_sand_tube_noctr.png",
"pipeworks_sand_tube_noctr.png","pipeworks_sand_tube_noctr.png","pipeworks_sand_tube_noctr.png"}
sand_plain_textures={"pipeworks_sand_tube_plain.png","pipeworks_sand_tube_plain.png","pipeworks_sand_tube_plain.png",