unlock
This commit is contained in:
parent
0d00f0461e
commit
1ba0c9a4f3
3 changed files with 7 additions and 2 deletions
|
@ -1,4 +1,9 @@
|
||||||
---------------------------------------------------------------------------------------------------
|
---------------------------------------------------------------------------------------------------
|
||||||
|
Version: 0.1.1
|
||||||
|
Date: 2022-09-01
|
||||||
|
Changes:
|
||||||
|
- Minor recipe unlock tweaks
|
||||||
|
---------------------------------------------------------------------------------------------------
|
||||||
Version: 0.1.0
|
Version: 0.1.0
|
||||||
Date: 2022-08-24
|
Date: 2022-08-24
|
||||||
Fixes:
|
Fixes:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "bzgas",
|
"name": "bzgas",
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"factorio_version": "1.1",
|
"factorio_version": "1.1",
|
||||||
"title": "Natural Gas",
|
"title": "Natural Gas",
|
||||||
"author": "Brevven",
|
"author": "Brevven",
|
||||||
|
|
|
@ -67,7 +67,7 @@ if data.raw.item["coke"] then
|
||||||
elseif data.raw.item["foundry"] then
|
elseif data.raw.item["foundry"] then
|
||||||
util.add_effect("foundry", {type="unlock-recipe", recipe="phenol"})
|
util.add_effect("foundry", {type="unlock-recipe", recipe="phenol"})
|
||||||
else
|
else
|
||||||
util.add_effect("automation", {type="unlock-recipe", recipe="phenol"})
|
util.add_effect("basic-chemistry", {type="unlock-recipe", recipe="phenol"})
|
||||||
end
|
end
|
||||||
data:extend({
|
data:extend({
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue