EntityPrototype#emissions_per_second
Posted: Sat Nov 16, 2024 12:06 pm
does not appear to be correct. All vanilla lua files uses `emissions_per_minute`, but the documentation has `emissions_per_second`, not `emissions_per_minute`
www.factorio.com
https://test.forums.factorio.com/
Then look again. And they mean different things, just like the docs tell you.pwhk wrote: Sat Nov 16, 2024 12:16 pm I checked the vanilla files again and find that all `emissions_per_minute` are actually under `energy_source`. The BaseEnergySource type does have the correct doc.
So it appears that `emissions_per_second` under EntityPrototype is unused by vanilla...
Just odd that we have both emissions_per_second and emissions_per_minute in different places.