But when I run the py-turbine at peak performance it is producing over 10000 pollution per second. Is that intended? I have to say that's not what I'd call "almost no pollution".This mod allow you research, produce and keep running of Fusion reactors to produce huge amount of energy and with almost no pollution.
If you want to reproduce, just use a creative mode fluid source and a super boiler and connect them to the turbine, force peak consumption with a passive energy void, F4, show-pollution-values and watch the map turn red.
This is the calculation I used to turn down the pollution in py-turbine.lua:
Code: Select all
energy_source = {
type = "electric",
usage_priority = "secondary-output",
-- desired-max-pollution-per-second / ( effectivity * fluid-usage * ticks-per-second * max-temperature )
emissions = (10.0 / (1.5 * 0.6 * 60 * 5000))
},