diff options
author | root <root@linuxworks.belug.de> | 2017-10-08 12:58:35 +0200 |
---|---|---|
committer | root <root@linuxworks.belug.de> | 2017-10-08 12:58:35 +0200 |
commit | 7e390cfda2bafb000c1d6688da472a71e591bc94 (patch) | |
tree | 6138f169a50eb2b8d1dd65fd75c0d568da4d4073 /models.lua | |
parent | 89c704fc3d5e9115caf5b4d6564b10797bb95beb (diff) | |
parent | 879b4489b21946306004506bea51b32f6d9de6a2 (diff) |
Merge branch 'master' of https://github.com/minetest-mods/pipeworks
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} |