MDbobelectronics/data.lua
Simon Brodtmann ff675ca8d2 Update to 2.0
2025-10-05 10:56:47 +02:00

12 lines
314 B
Lua

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