phenol fix

This commit is contained in:
Brevven 2023-03-27 16:10:34 -07:00
parent b6a4c82724
commit f1b6b9bf77
3 changed files with 7 additions and 2 deletions

View file

@ -1,4 +1,9 @@
--------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------
Version: 0.1.0
Date: 2023-03-28
Fixes:
- Fix startup issue when used with Natural Gas, without phenol.
---------------------------------------------------------------------------------------------------
Version: 0.0.13 Version: 0.0.13
Date: 2023-02-12 Date: 2023-02-12
Fixes: Fixes:

View file

@ -1,6 +1,6 @@
{ {
"name": "bzchlorine", "name": "bzchlorine",
"version": "0.0.13", "version": "0.1.0",
"factorio_version": "1.1", "factorio_version": "1.1",
"title": "Salt & Chlorine", "title": "Salt & Chlorine",
"author": "Brevven", "author": "Brevven",

View file

@ -182,7 +182,7 @@ if mods.bzgas then
name="bakelite-hcl", name="bakelite-hcl",
results = {{"bakelite", 3}}, results = {{"bakelite", 3}},
ingredients = { ingredients = {
{"phenol", 1}, {data.raw.item["phenol"] and "phenol" or "coal", 1},
{type="fluid", name="formaldehyde", amount=10}, {type="fluid", name="formaldehyde", amount=10},
{type="fluid", name="hydrogen-chloride", amount=5}, {type="fluid", name="hydrogen-chloride", amount=5},
}, },