1
0
mirror of https://github.com/mt-mods/pipeworks.git synced 2025-07-06 10:10:34 +02:00

Add "Tags Sorting Pneumatic Tube Segment".

Signed-off-by: Slava Zanko <slavazanko@gmail.com>
This commit is contained in:
Slava Zanko
2024-02-04 22:41:46 +01:00
parent 8bc1523fcd
commit c57d9a9d18
21 changed files with 159 additions and 0 deletions

View File

@ -70,6 +70,7 @@ dofile(pipeworks.modpath.."/tubes/sorting.lua")
dofile(pipeworks.modpath.."/tubes/signal.lua")
loadfile(pipeworks.modpath.."/tubes/embedded_tube.lua")(materials)
dofile(pipeworks.modpath.."/tubes/pane_embedded_tube.lua")
dofile(pipeworks.modpath.."/tubes/tags.lua")
if pipeworks.enable_teleport_tube then
dofile(pipeworks.modpath.."/tubes/teleport.lua")