Fusion Generator not producing pollution
Posted: Tue Dec 02, 2025 12:45 am
I'm adding in a new pollution type, and while its working as expected in most cases, I can't get the fusion generator to output pollution.
energy_source=
{
type="electric",
usage_priority="secondary-output",
output_flow_limit="50MW",
emissions_per_minute=
{
new_pollution=833.33333333333,
},
},
this has worked for everything else (or given an error like for inserters), but its just ignoring it. I don't see another place that might be defining its pollution output instead.
am I doing this wrong? Is this an oversight in the game code? is this intentional behavior?
energy_source=
{
type="electric",
usage_priority="secondary-output",
output_flow_limit="50MW",
emissions_per_minute=
{
new_pollution=833.33333333333,
},
},
this has worked for everything else (or given an error like for inserters), but its just ignoring it. I don't see another place that might be defining its pollution output instead.
am I doing this wrong? Is this an oversight in the game code? is this intentional behavior?