248k fix SrConrabo
This commit is contained in:
parent
d5508a2ab7
commit
c0343c1c00
2 changed files with 6 additions and 2 deletions
|
|
@ -1,4 +1,9 @@
|
||||||
---------------------------------------------------------------------------------------------------
|
---------------------------------------------------------------------------------------------------
|
||||||
|
Version: 1.2.10
|
||||||
|
Date: 2022-12-27
|
||||||
|
Fixes:
|
||||||
|
- 248k + LootingRemnants startup fix, thanks to SrConrabo
|
||||||
|
---------------------------------------------------------------------------------------------------
|
||||||
Version: 1.2.9
|
Version: 1.2.9
|
||||||
Date: 2022-12-24
|
Date: 2022-12-24
|
||||||
Localization:
|
Localization:
|
||||||
|
|
|
||||||
|
|
@ -8,8 +8,7 @@ for i, recipe in pairs(data.raw.recipe) do
|
||||||
util.replace_product(recipe.name, ti2, util.titanium_plate)
|
util.replace_product(recipe.name, ti2, util.titanium_plate)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
if mods.LootingRemnants and data.raw.recipe.gr_white_hole_cycle_fi_materials_titan_recipe~=nil then
|
||||||
if mods.LootingRemnants then
|
|
||||||
data.raw.recipe.gr_white_hole_cycle_fi_materials_titan_recipe.exception_mods = {"Deconstruction", "LootingRemnants"}
|
data.raw.recipe.gr_white_hole_cycle_fi_materials_titan_recipe.exception_mods = {"Deconstruction", "LootingRemnants"}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue