balance + clean_up + stone quarry
This commit is contained in:
parent
531c21dc46
commit
a000e0061d
17 changed files with 318 additions and 15 deletions
3
data.lua
3
data.lua
|
@ -58,6 +58,7 @@ require('prototypes/fusion/fu_laser')
|
|||
require('prototypes/fusion/fu_plasma')
|
||||
require('prototypes/fusion/fu_materials')
|
||||
require('prototypes/fusion/fu_magnet')
|
||||
require('prototypes/fusion/fu_miner')
|
||||
|
||||
require('prototypes/gravitation/gr_crafter')
|
||||
require('prototypes/gravitation/gr_materials')
|
||||
|
@ -78,6 +79,8 @@ require('prototypes/fi_recipes')
|
|||
require('prototypes/fu_recipes')
|
||||
require('prototypes/gr_recipes')
|
||||
|
||||
require('scripts/clean_up')
|
||||
|
||||
--fix early kerosene
|
||||
table.insert(data.raw.technology["advanced-oil-processing"].effects, {
|
||||
type = 'unlock-recipe',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue