Realistic reactors integration

This commit is contained in:
PreLeyZero 2022-04-03 21:22:33 +02:00
parent bdfc0cfb14
commit 563cac9fa4
13 changed files with 469 additions and 4 deletions

View file

@ -183,4 +183,11 @@ data:extend({
default_value = true,
order = 'b',
},
{
name = 'overhaul_realistic_reactors',
type = 'bool-setting',
setting_type = 'startup',
default_value = true,
order = 'b',
},
})