Iridescent Industry

by S6X

Adds prismite, a mysterious and powerful rainbow-colored ore, and various associated products.

Content
19 days ago
2.0
7.52K
Factorio: Space Age Icon Space Age Mod
Mining Fluids Manufacturing Storage

i Air purifier does not absorb custom pollutants from planet mods

20 days ago
(updated 20 days ago)

Description:
The air purifier only absorbs standard pollution via emissions_per_minute = { pollution = -100 }. Custom pollutants added by planet mods (e.g. solarite-dust from Velora) are not absorbed.
Suggestion:
Either iterate over all registered airborne-pollutant types and add absorption for each, or add a config option for custom pollutants.
Temporary place in data-final-fixes.lua

local purifier = data.raw["furnace"]["s6x-air-purifier"]
if purifier then
purifier.energy_source.emissions_per_minute["solarite-dust"] = -100
end

Its work

20 days ago
(updated 20 days ago)

_

18 days ago

This should be fixed in 0.7.14.

New response