projects
/
zefram
/
minetest
/
pipeworks.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44a34da
)
Fix conversion
author
Novatux
<nathanael.courant@laposte.net>
Tue, 31 Dec 2013 11:29:31 +0000
(12:29 +0100)
committer
Novatux
<nathanael.courant@laposte.net>
Tue, 31 Dec 2013 12:54:13 +0000
(13:54 +0100)
tubes.lua
patch
|
blob
|
history
diff --git
a/tubes.lua
b/tubes.lua
index c871aeb2657336903893f1bdb5d3deea436b17ee..a5e61456577243ae16ecb92781da2937cdea6319 100644
(file)
--- 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