1
0
mirror of https://github.com/mt-mods/pipeworks.git synced 2025-06-29 14:50:41 +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

@ -33,8 +33,8 @@ pipeworks.tube_frontstub = {
}
pipeworks.tube_backstub = {
{ -9/64, -9/64, -9/64, 9/64, 9/64, 32/64 }, -- tube segment against -Z face
}
{ -9/64, -9/64, -9/64, 9/64, 9/64, 32/64 }, -- tube segment against +Z face
}
pipeworks.tube_boxes = {pipeworks.tube_leftstub, pipeworks.tube_rightstub, pipeworks.tube_bottomstub, pipeworks.tube_topstub, pipeworks.tube_frontstub, pipeworks.tube_backstub}