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
26 days ago
0.16 - 1.1
6.82K
Manufacturing

b Could not find item "used-up-breeder-fuel-cell"

5 years ago

Just thought I'd put this up here as this happened to me after updating recently.
A little fix for this is to edit the control.lua and replace line 69:
local fuel_items_list = {"used-up-uranium-fuel-cell", "used-up-breeder-fuel-cell"}
with:
local fuel_items_list = {"used-up-uranium-fuel-cell"}

This at least makes your save loadable, i don't know what other consequences it may have upon the functionality of the mod so far.

I'm not sure what mod the creator is trying to include for but if you want to do a list that depends on other mods then it needs to make sure that the mod it depends on is enabled first otherwise you should default to that as your main list.

5 years ago

Fixed!

5 years ago

Yay!

New response