k2: bakelite recipe alt
This commit is contained in:
parent
e85ca01dd2
commit
dee0ce3df0
3 changed files with 7 additions and 2 deletions
|
@ -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
|
Version: 0.1.3
|
||||||
Date: 2023-04-16
|
Date: 2023-04-16
|
||||||
Localization:
|
Localization:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "bzchlorine",
|
"name": "bzchlorine",
|
||||||
"version": "0.1.3",
|
"version": "0.1.4",
|
||||||
"factorio_version": "1.1",
|
"factorio_version": "1.1",
|
||||||
"title": "Salt & Chlorine",
|
"title": "Salt & Chlorine",
|
||||||
"author": "Brevven",
|
"author": "Brevven",
|
||||||
|
|
|
@ -197,7 +197,7 @@ if mods.bzgas then
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
if mods.Krastorio2 then
|
if mods.Krastorio2 then
|
||||||
util.add_unlock("advanced-chemistry", "bakelite-hcl")
|
util.add_unlock("kr-advanced-chemistry", "bakelite-hcl")
|
||||||
else
|
else
|
||||||
util.add_unlock("chlorine-processing", "bakelite-hcl")
|
util.add_unlock("chlorine-processing", "bakelite-hcl")
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue