From e8e9de04dd27547f527abbac4f87c7dc658a0f44 Mon Sep 17 00:00:00 2001 From: DS Date: Tue, 26 Sep 2017 05:21:15 +0200 Subject: Add lua controlled tube (#199) * add lua controlled tube * make textures and fix some bugs --- models.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'models.lua') diff --git a/models.lua b/models.lua index 3be773c..d9928d2 100644 --- a/models.lua +++ b/models.lua @@ -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} -- cgit v1.2.3