Nuclear Furnace with nuclear fuel makes smelting much faster; the mod adds special "burnt extractor inserter" for removing "used up uranium fuel cell" from this furnace.
Mods introducing new content into the game.
Furnaces, assembling machines, production chains.
is the pollution enable for .18 version?
It was a lot of changings in the 0.18, some of them can broke this mod. I need to check it, but thanks for report.
Fixed. Earlier the pollution was defined per tick:
prototype.energy_source.emissions = 0.01
but new definition must be per minute:
prototype.energy_source.emissions_per_minute = 0.01 * 60 * 60