Update to 2.0

This commit is contained in:
Simon Brodtmann 2025-10-05 10:19:11 +02:00
parent bed4d01744
commit ff675ca8d2
49 changed files with 1522 additions and 0 deletions

12
data.lua Normal file
View 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