forked from kingarthur91/PyCoalTBaA
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata-updates.lua
More file actions
32 lines (17 loc) · 827 Bytes
/
data-updates.lua
File metadata and controls
32 lines (17 loc) · 827 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
--Bob Mods
require("prototypes/bobs-mods/Data-Updates")
--Angels Mods - run after bobs to replace things that angel didnt already replace
require("prototypes/angels-mods/Data-Updates")
require("prototypes/aai-industries/Data-Updates")
--require("prototypes/bio-industries/Data-Updates")
--require("prototypes/dl-stacking/Data-Updates")
--require("prototypes/kaoextended/Data-Updates")
--require("prototypes/madclowns-mods/Data-Updates")
--require("prototypes/mining-space-industries/Data-Updates")
require("prototypes/omni-mods/Data-Updates")
--require("prototypes/space-exploration/Data-Updates")
require("prototypes/industrialrevolution-WIP/Data-Updates")
data.raw.item["landfill"].stack_size = 1000
if data.raw["furnace"]["py-sinkhole"] ~= nil then
data.raw["furnace"]["py-sinkhole"].crafting_speed = 10
end