diff --git a/changelog.txt b/changelog.txt index d5a0939..8c2d5a0 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3,6 +3,7 @@ Version: 0.7.6 Date: 2022-12-24 Fixes: - Prod mod compatibility with K2+GDIW etc + - Fix mod load error with AAI-Industry + Bob Metals + Tungsten Localization: - de updates thanks to NathanU - ja updates thanks to Sakuro diff --git a/data-final-fixes.lua b/data-final-fixes.lua index 7ca2052..38c52bc 100644 --- a/data-final-fixes.lua +++ b/data-final-fixes.lua @@ -45,3 +45,8 @@ util.remove_prerequisite("automated-scrap-rail-transportation", "optics") util.remove_ingredient("train-stop-scrap", "small-lamp") util.remove_ingredient("rail-signal-scrap", "small-lamp") util.remove_ingredient("rail-chain-signal-scrap", "small-lamp") + + +if mods["aai-industry"] and mods.bobplates then + util.remove_prerequisite("tungsten-processing", "chemical-science-pack") +end