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

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