Hello again,
I tried some stuff on my side, and doing that with new mod seem to work:
circuit_connector_definitions["snouz_long_electric_gun_turret"] = circuit_connector_definitions.create_vector
(
universal_connector_template,
{
{ variation = 17, main_offset = util.by_pixel( -21, 1), shadow_offset = util.by_pixel( -12, 10), show_shadow = true },
{ variation = 17, main_offset = util.by_pixel( -21, 1), shadow_offset = util.by_pixel( -12, 10), show_shadow = true },
{ variation = 17, main_offset = util.by_pixel( -21, 1), shadow_offset = util.by_pixel( -12, 10), show_shadow = true },
{ variation = 17, main_offset = util.by_pixel( -21, 1), shadow_offset = util.by_pixel( -12, 10), show_shadow = true }
},
true
)
data.raw["ammo-turret"]["snouz_long_electric_gun_turret"].circuit_connector = circuit_connector_definitions["snouz_long_electric_gun_turret"]
data.raw["ammo-turret"]["snouz_long_electric_gun_turret"].turret_base_has_direction = true
If needed, I can make temporarily a tweak mod, and make it deprecated if it's fixed on your side.