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:
d748eea
)
Minor tweak to fix missing smooth bend on some T-junctions.
author
Vanessa Ezekowitz
<vanessaezekowitz@gmail.com>
Tue, 1 Jan 2013 22:51:55 +0000
(17:51 -0500)
committer
Vanessa Ezekowitz
<vanessaezekowitz@gmail.com>
Tue, 1 Jan 2013 22:51:55 +0000
(17:51 -0500)
init.lua
patch
|
blob
|
history
diff --git
a/init.lua
b/init.lua
index f4d2514eb97b867fb2c180b422be743bb434c7fe..b3ca809121fbfc3466c06440323b72e3233d2e79 100644
(file)
--- a/
init.lua
+++ b/
init.lua
@@
-234,7
+234,7
@@
for zp = 0, 1 do
end
end
- if
(jx==1 and jy==1 and jz~=1) or (jx==1 and jy~=1 and jz==1) or (jx~= 1 and jy==1 and jz==1)
then
+ if
jx+jy+jz >= 2
then
pipe_addbox(outboxes, pipe_bendsphere)
end