diff --git a/changelog.txt b/changelog.txt index 3f29564..9178a84 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,9 @@ --------------------------------------------------------------------------------------------------- +Version: 0.1.4 +Date: 2023-04-23 + Fixes: + - K2: When used with Natural Gas mod, unlock alternate bakelite recipe +--------------------------------------------------------------------------------------------------- Version: 0.1.3 Date: 2023-04-16 Localization: diff --git a/info.json b/info.json index 58e2014..32df60e 100644 --- a/info.json +++ b/info.json @@ -1,6 +1,6 @@ { "name": "bzchlorine", - "version": "0.1.3", + "version": "0.1.4", "factorio_version": "1.1", "title": "Salt & Chlorine", "author": "Brevven", diff --git a/prototypes/chlorine.lua b/prototypes/chlorine.lua index 5ae8136..9e9787c 100644 --- a/prototypes/chlorine.lua +++ b/prototypes/chlorine.lua @@ -197,7 +197,7 @@ if mods.bzgas then } }) if mods.Krastorio2 then - util.add_unlock("advanced-chemistry", "bakelite-hcl") + util.add_unlock("kr-advanced-chemistry", "bakelite-hcl") else util.add_unlock("chlorine-processing", "bakelite-hcl") end