-
Notifications
You must be signed in to change notification settings - Fork 14
/
settings-final-fixes.lua
20 lines (20 loc) · 1010 Bytes
/
settings-final-fixes.lua
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
if mods['angelsindustries'] then
data.raw["bool-setting"]["angels-enable-industries"].forced_value = true
data.raw["bool-setting"]["angels-enable-industries"].hidden = true
end
if mods['boblogistics'] then
data.raw["int-setting"]["bobmods-logistics-beltperlevel"].default_value = 0
end
if mods['bobmining'] then
data.raw["bool-setting"]["bobmods-mining-miningdrills"].forced_value = true
data.raw["bool-setting"]["bobmods-mining-miningdrills"].hidden = true
end
if mods['MoreSciencePacks-for1_1'] then
data.raw["bool-setting"]["moresciencepack-GameProgressionFix"].forced_value = true
data.raw["bool-setting"]["moresciencepack-GameProgressionFix"].hidden = true
data.raw["bool-setting"]["moresciencepack-no-lab-slots"].forced_value = true
data.raw["bool-setting"]["moresciencepack-no-lab-slots"].hidden = true
--Just use legacy mode (it's easier)
data.raw["bool-setting"]["moresciencepack-Omni-Ignored"].forced_value = true
data.raw["bool-setting"]["moresciencepack-Omni-Ignored"].hidden = true
end