Realistic Reactors


Add realistic nuclear reactors including a breeder reactor type and cooling tower. The reactors must be controlled through integrated circuit interface signals. The thermal energy output is dynamic and depends on reactor core temperature. The reactors require sophisticated designs of their cooling system and heat-pipe network. If the operational conditions aren't met then a reactor core meltdown with dangerous consequences occurs

Content
6 months ago
0.16 - 1.1
23.5K
Power

g this code will add ir3 compatibility

6 months ago
(updated 6 months ago)

while there is no hard incompatibility, the recipes feel very weird with ir3. if you want compatibility with IR3 (Industrial Revolution), you could make a file that is only active when ir3 is present that has

data.raw.recipe["realistic-reactor"].ingredients =

{
{"concrete-block", 500},
{"heat-pipe", 8},
{"graphite", 80},
{"lead-plate-special", },
{"computer-mk3", 4},
},
data.raw.recipe["breeder-reactor"].ingredients = {
{"concrete-block", 480},
{"heat-pipe ", 8},
{"graphite", 240},
{"lead-plate-special", 240},
{"computer-mk3", 12},
},
data.raw.recipe["rr-cooling-tower"].ingredients = ingredients = {
{"concrete-block", 240},
{"copper-heatsink", 12},
{"pipe", 12},
{"electric-engine-unit", 4},
},
data.raw.recipe["reactor-sarcophagus".ingredients = {
{"lead-plate-special", 240},
{"steel-beam", 120},
{"pipe", 20},
{"electric-engine-unit", 10},
},

6 months ago

note that it will need to load after IR3

6 months ago

i could make a mod to do this, but i would prefer to keep stuff simple and have it fixed on your end

New response