diff --git a/changelog.txt b/changelog.txt index 312792a..5608790 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3,6 +3,7 @@ Version: 1.2.10 Date: 2022-12-27 Fixes: - 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 Date: 2022-12-24 diff --git a/compatibility/titanium-endgame-combat-final.lua b/compatibility/titanium-endgame-combat-final.lua index 666886b..1070f42 100644 --- a/compatibility/titanium-endgame-combat-final.lua +++ b/compatibility/titanium-endgame-combat-final.lua @@ -37,6 +37,9 @@ if not mods.bztungsten then util.remove_ingredient("lightning-turret", "tungsten") util.remove_prerequisite("lightning-turrets", "tungsten-processing") + if mods.Krastorio2 then + util.remove_raw("recipe", "kr-vc-tungsten") + end end if mods.Krastorio2 then