oh man the fluid system in this game is just so weird!
this is what I have for my fluid box:
fluid_box = {
base_area = fluid_box_area,
height = fluid_box_height,
pipe_connections = {
{ position = { 0, -1 } },
{ position = { 1, 0 } },
{ position = { 0, 1 } },
{ position = { -1, 0 } },
},
},
the area and height are variables because I use the function this code it is to create two entities, one where base area is 6 and height 1, and another where base area is 1 and height is 6, I just tried different stuff and I kinda gave up. Update 2.0 is coming soon and it will fix the fluid system so I will just let it go for the time being.
thanks for replying man! you're awesome!