Nuclear Furnace


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.

Content
1 year, 5 months ago
0.16 - 1.1
7.47K
Manufacturing

b [fixed] no pollution

5 years ago

is the pollution enable for .18 version?

5 years ago

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.

5 years ago

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

New response