diff --git a/changelog.txt b/changelog.txt index a89f579..a381509 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,9 @@ --------------------------------------------------------------------------------------------------- +Version: 0.1.4 +Date: 2022-12-02 + Fixes: + - Finite oil no longer produces gas when combined with some other mods +--------------------------------------------------------------------------------------------------- Version: 0.1.3 Date: 2022-10-23 Changes: diff --git a/info.json b/info.json index fa60312..e434548 100644 --- a/info.json +++ b/info.json @@ -1,6 +1,6 @@ { "name": "bzgas", - "version": "0.1.3", + "version": "0.1.4", "factorio_version": "1.1", "title": "Natural Gas", "author": "Brevven", diff --git a/prototypes/gas.lua b/prototypes/gas.lua index af17162..342addc 100644 --- a/prototypes/gas.lua +++ b/prototypes/gas.lua @@ -144,7 +144,7 @@ if util.me.finite() then data.raw.resource["gas"].infinite = false data.raw.resource["gas"].minimum = 20000 data.raw.resource["gas"].normal = 80000 - data.raw.resource["crude-oil"].minable = { + data.raw.resource["gas"].minable = { mining_time = 1, results = { {