Hello,
Here's a small fix for the caster (both mk1 and mk2) that is too loud and doesn't pollute at all :
in prototypes\vanilla\entities.lua change emissions by emissions_per_minute :
energy_source = {
type = "electric",
usage_priority = "secondary-input",
emissions_per_minute = 4,
},
And working_sound from 0,8 to 0,5 like other machines, right now caster array are very loud.
Thanks for all the changes so far !