forked from kingarthur91/PyCoalTBaA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings-final-fixes.lua
19 lines (19 loc) · 1.02 KB
/
settings-final-fixes.lua
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
if mods['angelsindustries'] then
--data.raw["bool-setting"]["angels-enable-components"].default_value = true
--data.raw["bool-setting"]["angels-enable-components"].hidden = true
data.raw["bool-setting"]["angels-enable-industries"].forced_value = true
data.raw["bool-setting"]["angels-enable-industries"].hidden = true
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