alt phenol recipe change

This commit is contained in:
Brevven 2022-08-31 20:56:12 -07:00
parent 1ba0c9a4f3
commit f0a6ef1bd0
2 changed files with 2 additions and 1 deletions

View file

@ -2,6 +2,7 @@
Version: 0.1.1
Date: 2022-09-01
Changes:
- When coke is present, alternate phenol recipe now 12 energy instead of 15.
- Minor recipe unlock tweaks
---------------------------------------------------------------------------------------------------
Version: 0.1.0

View file

@ -82,7 +82,7 @@ if data.raw.item["coke"] then
ingredients = {
{type="fluid", name="light-oil", amount=20}
},
energy_required = 15,
energy_required = 12,
results = {
{type="item", name="phenol", amount=3},
},