added vanilla overhaul + K2 overhaul
This commit is contained in:
parent
3781b8dc24
commit
8b258f770d
13 changed files with 399 additions and 46 deletions
5
data.lua
5
data.lua
|
@ -112,3 +112,8 @@ data:extend({
|
|||
if data.raw.technology["atomic-bomb"] then
|
||||
table.insert(data.raw.technology["atomic-bomb"].effects, {type ="unlock-recipe", recipe ="fi_atomic_bomb_recipe"})
|
||||
end
|
||||
|
||||
--overhaul
|
||||
if settings.startup['overhaul_mode'].value == true then
|
||||
require('scripts/overhaul')
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue