summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNovatux <nathanael.courant@laposte.net>2013-12-31 12:29:31 +0100
committerNovatux <nathanael.courant@laposte.net>2013-12-31 12:29:31 +0100
commit79d85bff1ecd5143b9fbb9c54782157540cb3660 (patch)
treee03bb138a8015959ed4473117c30d985b1624c5d
parentedd50dc12205f703a17edd3b2bb7e9fdde2e445a (diff)
Fix conversionorigin/6d
-rw-r--r--tubes.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/tubes.lua b/tubes.lua
index c871aeb..a5e6145 100644
--- a/tubes.lua
+++ b/tubes.lua
@@ -177,7 +177,8 @@ pipeworks.register_tube = function(name, desc, plain, noctrs, ends, short, inv,
drawtype = "airlike",
style = "6d",
basename = name,
- groups = {not_in_creative_inventory = 1, tube_to_update = 1}
+ groups = {not_in_creative_inventory = 1, tube_to_update = 1},
+ tube = {connect_sides = {front = 1, back = 1, left = 1, right = 1, top = 1, bottom = 1}},
})
table.insert(pipeworks.tubenodes,cname)
for xm = 0, 1 do