From 1ba0c9a4f3c5fd0f20b3922441e328b6f496d019 Mon Sep 17 00:00:00 2001 From: Brevven Date: Wed, 31 Aug 2022 20:50:50 -0700 Subject: [PATCH] unlock --- changelog.txt | 5 +++++ info.json | 2 +- prototypes/phenol.lua | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index 528e087..f261808 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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: diff --git a/info.json b/info.json index f74f318..32e1a83 100644 --- a/info.json +++ b/info.json @@ -1,6 +1,6 @@ { "name": "bzgas", - "version": "0.1.0", + "version": "0.1.1", "factorio_version": "1.1", "title": "Natural Gas", "author": "Brevven", diff --git a/prototypes/phenol.lua b/prototypes/phenol.lua index dab8daa..1d38abf 100644 --- a/prototypes/phenol.lua +++ b/prototypes/phenol.lua @@ -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({ {