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
|
||||
Date: 2023-01-17
|
||||
Features:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "bzgas",
|
||||
"version": "0.1.9",
|
||||
"version": "0.1.10",
|
||||
"factorio_version": "1.1",
|
||||
"title": "Natural Gas",
|
||||
"author": "Brevven",
|
||||
|
|
|
@ -73,6 +73,7 @@ if data.raw.item["coke"] then
|
|||
{
|
||||
type = "recipe",
|
||||
name = "phenol-from-oil",
|
||||
main_product = "phenol",
|
||||
category = "chemistry",
|
||||
enabled = "false",
|
||||
icons = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue