k2 tungsten ++ fix

This commit is contained in:
Brevven 2023-01-15 00:29:48 -08:00
parent c0343c1c00
commit 514e4917bc
2 changed files with 4 additions and 0 deletions

View file

@ -3,6 +3,7 @@ Version: 1.2.10
Date: 2022-12-27 Date: 2022-12-27
Fixes: Fixes:
- 248k + LootingRemnants startup fix, thanks to SrConrabo - 248k + LootingRemnants startup fix, thanks to SrConrabo
- Attempt a fix for K2+SE, and some other mods, when used without Tungsten
--------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------
Version: 1.2.9 Version: 1.2.9
Date: 2022-12-24 Date: 2022-12-24

View file

@ -37,6 +37,9 @@ if not mods.bztungsten then
util.remove_ingredient("lightning-turret", "tungsten") util.remove_ingredient("lightning-turret", "tungsten")
util.remove_prerequisite("lightning-turrets", "tungsten-processing") util.remove_prerequisite("lightning-turrets", "tungsten-processing")
if mods.Krastorio2 then
util.remove_raw("recipe", "kr-vc-tungsten")
end
end end
if mods.Krastorio2 then if mods.Krastorio2 then