circuit_connector = circuit_connector_definitions.create_vector(universal_connector_template, {
{ variation = 26, main_offset = util.by_pixel(0, -20.5), shadow_offset = util.by_pixel(0, -20.5), show_shadow = true },
{ variation = 26, main_offset = util.by_pixel(0, -20.5), shadow_offset = util.by_pixel(0, -20.5), show_shadow = true },
{ variation = 26, main_offset = util.by_pixel(0, -20.5), shadow_offset = util.by_pixel(0, -20.5), show_shadow = true },
{ variation = 26, main_offset = util.by_pixel(0, -20.5), shadow_offset = util.by_pixel(0, -20.5), show_shadow = true }
}), -- Correct placement of the closing parenthesis
fluid_boxes = { -- fluid boxes definition comes AFTER the circuit_connector definition is fully closed.
{
production_type = "input",
pipe_covers = { sides = {"north"} },
position = {0, -4.5}
},
{
production_type = "output",
pipe_covers = { sides = {"south"} },
position = {0, 4.5}
}
},