added vanilla overhaul + K2 overhaul

This commit is contained in:
PreLeyZero 2022-03-19 00:48:21 +01:00
parent 3781b8dc24
commit 8b258f770d
13 changed files with 399 additions and 46 deletions

View file

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