17 lines
691 B
Lua

require("prototypes.items.thorium") --if thorium ore
require("prototypes.items.isotopes")
require("prototypes.items.fuels")
require("prototypes.items.water-treatment")
require("prototypes.recipes.clowns-centrifuging")
require("prototypes.recipes.thorium")--if thorium ore
require("prototypes.recipes.nuclear-reprocessing") --activates thorium repro if it exists
-- may need to look at rail fuel balance if no thorium reprocessing
require("prototypes.recipes.fuels")
require("prototypes.recipes.water-treatment")
require("prototypes.technology.fuels")
require("prototypes.technology.nuclear-reprocessing")
require("prototypes.technology.thorium-processing")
require("prototypes.overrides")