diff --git a/scripts/biofluid/network-builder.lua b/scripts/biofluid/network-builder.lua index 20d3c561..4ac09486 100644 --- a/scripts/biofluid/network-builder.lua +++ b/scripts/biofluid/network-builder.lua @@ -42,14 +42,14 @@ local BIOPORT_CONNECTION = { direction = 0, position = { 0, - -2 + 2 } }, { direction = 2, position = { - 2, - 0 + 0, + 2 } }, { @@ -62,8 +62,8 @@ local BIOPORT_CONNECTION = { { direction = 6, position = { - -2, - 0 + 0, + 2 } } }