summaryrefslogtreecommitdiff
path: root/tubes.lua
diff options
context:
space:
mode:
authorVanessa Ezekowitz <vanessaezekowitz@gmail.com>2013-11-19 13:10:35 -0500
committerVanessa Ezekowitz <vanessaezekowitz@gmail.com>2013-11-19 13:10:35 -0500
commitd3825b6db6dc1635bfaff29743e379eb576ea81c (patch)
tree3d09f8a1546f1f8f172a2737f2ee96588ab2f729 /tubes.lua
parente7a1fed5d36531c2529631bc4282cb470ad9b3b5 (diff)
downloadpipeworks-d3825b6db6dc1635bfaff29743e379eb576ea81c.tar
pipeworks-d3825b6db6dc1635bfaff29743e379eb576ea81c.tar.gz
pipeworks-d3825b6db6dc1635bfaff29743e379eb576ea81c.tar.bz2
pipeworks-d3825b6db6dc1635bfaff29743e379eb576ea81c.tar.xz
pipeworks-d3825b6db6dc1635bfaff29743e379eb576ea81c.zip
fix bad lighting on one-way tube
Diffstat (limited to 'tubes.lua')
-rw-r--r--tubes.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/tubes.lua b/tubes.lua
index 7ac950e..36f172e 100644
--- a/tubes.lua
+++ b/tubes.lua
@@ -622,6 +622,7 @@ if enable_one_way_tube then
"pipeworks_one_way_tube_input.png", "pipeworks_one_way_tube_side.png", "pipeworks_one_way_tube_top.png"},
paramtype2 = "facedir",
drawtype = "nodebox",
+ paramtype = "light",
node_box = {type="fixed",
fixed = {{-1/2, -9/64, -9/64, 1/2, 9/64, 9/64}}},
groups = {snappy=2,choppy=2,oddly_breakable_by_hand=2,tubedevice=1,tubedevice_receiver=1},