This commit is contained in:
Brevven 2022-08-31 20:50:50 -07:00
parent 0d00f0461e
commit 1ba0c9a4f3
3 changed files with 7 additions and 2 deletions

View file

@ -1,4 +1,9 @@
---------------------------------------------------------------------------------------------------
Version: 0.1.1
Date: 2022-09-01
Changes:
- Minor recipe unlock tweaks
---------------------------------------------------------------------------------------------------
Version: 0.1.0
Date: 2022-08-24
Fixes:

View file

@ -1,6 +1,6 @@
{
"name": "bzgas",
"version": "0.1.0",
"version": "0.1.1",
"factorio_version": "1.1",
"title": "Natural Gas",
"author": "Brevven",

View file

@ -67,7 +67,7 @@ if data.raw.item["coke"] then
elseif data.raw.item["foundry"] then
util.add_effect("foundry", {type="unlock-recipe", recipe="phenol"})
else
util.add_effect("automation", {type="unlock-recipe", recipe="phenol"})
util.add_effect("basic-chemistry", {type="unlock-recipe", recipe="phenol"})
end
data:extend({
{