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

@ -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