minor compat
This commit is contained in:
parent
9e0b276e35
commit
2e41b14809
3 changed files with 8 additions and 1 deletions
|
@ -1,4 +1,10 @@
|
||||||
---------------------------------------------------------------------------------------------------
|
---------------------------------------------------------------------------------------------------
|
||||||
|
Version: 0.1.10
|
||||||
|
Date: 2023-02-05
|
||||||
|
Changes:
|
||||||
|
- Crafting efficiency improvements, thanks to nihilistzsche
|
||||||
|
- Other minor compatibility improvments
|
||||||
|
---------------------------------------------------------------------------------------------------
|
||||||
Version: 0.1.9
|
Version: 0.1.9
|
||||||
Date: 2023-01-17
|
Date: 2023-01-17
|
||||||
Features:
|
Features:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "bzgas",
|
"name": "bzgas",
|
||||||
"version": "0.1.9",
|
"version": "0.1.10",
|
||||||
"factorio_version": "1.1",
|
"factorio_version": "1.1",
|
||||||
"title": "Natural Gas",
|
"title": "Natural Gas",
|
||||||
"author": "Brevven",
|
"author": "Brevven",
|
||||||
|
|
|
@ -73,6 +73,7 @@ if data.raw.item["coke"] then
|
||||||
{
|
{
|
||||||
type = "recipe",
|
type = "recipe",
|
||||||
name = "phenol-from-oil",
|
name = "phenol-from-oil",
|
||||||
|
main_product = "phenol",
|
||||||
category = "chemistry",
|
category = "chemistry",
|
||||||
enabled = "false",
|
enabled = "false",
|
||||||
icons = {
|
icons = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue