1
0
mirror of https://github.com/mt-mods/pipeworks.git synced 2025-06-29 23:00:49 +02:00

Add lua controlled tube (#199)

* add lua controlled tube

* make textures and fix some bugs
This commit is contained in:
DS
2017-09-26 05:21:15 +02:00
committed by Vanessa Ezekowitz
parent 05c0a8670b
commit e8e9de04dd
9 changed files with 1049 additions and 2 deletions

View File

@ -63,6 +63,10 @@ pipeworks_enable_one_way_tube (Enable One Way Tube) bool true
#always go to it if there are multible ways.
pipeworks_enable_priority_tube (Enable High Priority Tube) bool true
#Enable lua controlled tube.
#It is comparable with mesecons luacontroller.
pipeworks_enable_lua_tube (Enable Lua controlled Tube) bool true
#Enable cyclic mode.
pipeworks_enable_cyclic_mode (Enable Cyclic Mode) bool true