alt phenol recipe change
This commit is contained in:
parent
1ba0c9a4f3
commit
f0a6ef1bd0
2 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
||||||
Version: 0.1.1
|
Version: 0.1.1
|
||||||
Date: 2022-09-01
|
Date: 2022-09-01
|
||||||
Changes:
|
Changes:
|
||||||
|
- When coke is present, alternate phenol recipe now 12 energy instead of 15.
|
||||||
- Minor recipe unlock tweaks
|
- Minor recipe unlock tweaks
|
||||||
---------------------------------------------------------------------------------------------------
|
---------------------------------------------------------------------------------------------------
|
||||||
Version: 0.1.0
|
Version: 0.1.0
|
||||||
|
|
|
@ -82,7 +82,7 @@ if data.raw.item["coke"] then
|
||||||
ingredients = {
|
ingredients = {
|
||||||
{type="fluid", name="light-oil", amount=20}
|
{type="fluid", name="light-oil", amount=20}
|
||||||
},
|
},
|
||||||
energy_required = 15,
|
energy_required = 12,
|
||||||
results = {
|
results = {
|
||||||
{type="item", name="phenol", amount=3},
|
{type="item", name="phenol", amount=3},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue