mirror of
https://github.com/mt-mods/pipeworks.git
synced 2024-12-29 17:17:29 +01:00
Minor tweak to fix missing smooth bend on some T-junctions.
This commit is contained in:
parent
d748eea48e
commit
4eaad14048
2
init.lua
2
init.lua
@ -234,7 +234,7 @@ for zp = 0, 1 do
|
|||||||
end
|
end
|
||||||
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)
|
pipe_addbox(outboxes, pipe_bendsphere)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user