diff options
author | DS <vorunbekannt75@web.de> | 2017-09-26 05:21:15 +0200 |
---|---|---|
committer | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2017-09-25 23:21:15 -0400 |
commit | e8e9de04dd27547f527abbac4f87c7dc658a0f44 (patch) | |
tree | 961ae40959154118f5318ed41d16ff6754578e92 /models.lua | |
parent | 05c0a8670baec2a8baacbac1a3aead556d26a822 (diff) |
Add lua controlled tube (#199)
* add lua controlled tube
* make textures and fix some bugs
Diffstat (limited to 'models.lua')
-rw-r--r-- | models.lua | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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} |