Update to 2.0
This commit is contained in:
parent
bed4d01744
commit
ff675ca8d2
49 changed files with 1522 additions and 0 deletions
12
data.lua
Normal file
12
data.lua
Normal file
|
@ -0,0 +1,12 @@
|
|||
if not bobmods then bobmods = {} end
|
||||
if not bobmods.electronics then bobmods.electronics = {} end
|
||||
|
||||
require("prototypes.category")
|
||||
require("prototypes.chemicals")
|
||||
require("prototypes.resource")
|
||||
require("prototypes.electronics")
|
||||
require("prototypes.technology")
|
||||
|
||||
data.raw.item["wood"].stack_size = 200
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue