diff options
author | Novatux <nathanael.courant@laposte.net> | 2014-01-01 17:40:22 +0100 |
---|---|---|
committer | Novatux <nathanael.courant@laposte.net> | 2014-01-01 17:40:22 +0100 |
commit | 4895aa6a0c9c3d5ca134166e4d85e264cab3e619 (patch) | |
tree | be9cad6d9f5cc8ce0f12b29eb51c7eabe96b4027 /models.lua | |
parent | 1dab36812ade288e622ee982e9ee82f0eeffcc6b (diff) |
Use 6d for pipes too
Diffstat (limited to 'models.lua')
-rw-r--r-- | models.lua | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -81,6 +81,8 @@ pipeworks.pipe_backstub = { { -3/64, -8/64, 30/64, 3/64, 8/64, 32/64 } } +pipeworks.pipe_boxes = {pipeworks.pipe_leftstub, pipeworks.pipe_rightstub, pipeworks.pipe_bottomstub, pipeworks.pipe_topstub, pipeworks.pipe_frontstub, pipeworks.pipe_backstub} + pipeworks.pipe_selectboxes = { { -32/64, -8/64, -8/64, 8/64, 8/64, 8/64 }, { -8/64 , -8/64, -8/64, 32/64, 8/64, 8/64 }, |