Minor tweak to fix missing smooth bend on some T-junctions.
authorVanessa Ezekowitz <vanessaezekowitz@gmail.com>
Tue, 1 Jan 2013 22:51:55 +0000 (17:51 -0500)
committerVanessa Ezekowitz <vanessaezekowitz@gmail.com>
Tue, 1 Jan 2013 22:51:55 +0000 (17:51 -0500)
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