k2: bakelite recipe alt

This commit is contained in:
Brevven 2023-12-26 07:05:33 -08:00
parent e85ca01dd2
commit dee0ce3df0
3 changed files with 7 additions and 2 deletions

View file

@ -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:

View file

@ -1,6 +1,6 @@
{
"name": "bzchlorine",
"version": "0.1.3",
"version": "0.1.4",
"factorio_version": "1.1",
"title": "Salt & Chlorine",
"author": "Brevven",

View file

@ -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