Change directory structure
This commit is contained in:
parent
07deb55ec4
commit
ef03e2da6c
48 changed files with 0 additions and 0 deletions
12
MDbobelectronics2/data.lua
Normal file
12
MDbobelectronics2/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