added vanilla overhaul + K2 overhaul
This commit is contained in:
parent
3781b8dc24
commit
8b258f770d
13 changed files with 399 additions and 46 deletions
|
@ -16,3 +16,7 @@ end
|
|||
if mods["space-exploration"] then
|
||||
require('scripts/SE/data-final-fixes')
|
||||
end
|
||||
--overhaul K2
|
||||
if (settings.startup['overhaul_mode'].value == true and mods["Krastorio2"]) then
|
||||
require('scripts/krastorio2/overhaul')
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue