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
|
||||
Date: 2022-12-24
|
||||
Localization:
|
||||
|
|
|
|||
|
|
@ -8,8 +8,7 @@ for i, recipe in pairs(data.raw.recipe) do
|
|||
util.replace_product(recipe.name, ti2, util.titanium_plate)
|
||||
end
|
||||
|
||||
|
||||
if mods.LootingRemnants then
|
||||
if mods.LootingRemnants and data.raw.recipe.gr_white_hole_cycle_fi_materials_titan_recipe~=nil then
|
||||
data.raw.recipe.gr_white_hole_cycle_fi_materials_titan_recipe.exception_mods = {"Deconstruction", "LootingRemnants"}
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue