Code: Select all
local f = data.raw["assembling-machine"]["assembling-machine-3"].fluid_boxes
f[1]. pipe_connections = {
{ type="input-output", position = {0, -2} },
{ type="input-output", position = {0, 2} },
}
f[1]. base_area = 1
f[1]. height = 0
f[1]. base_level = 0
I've attached the mod and a demonstration savegame (place a pipe to make it happen) in case needed.