diff --git a/changelog.txt b/changelog.txt index 7359cf4..a20abd1 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,9 @@ --------------------------------------------------------------------------------------------------- +Version: 0.1.6 +Date: 2022-12-08 + Fixes: + - SE/K2: Fix SE core mining balance after 0.1.4 change to finite resources. +--------------------------------------------------------------------------------------------------- Version: 0.1.5 Date: 2022-12-05 Changes: diff --git a/data-final-fixes.lua b/data-final-fixes.lua index 224def1..5535b06 100644 --- a/data-final-fixes.lua +++ b/data-final-fixes.lua @@ -6,7 +6,7 @@ require("compatibility/ir2") local util = require("data-util"); -- core mining balancing -util.add_to_product("se-core-fragment-omni", "gas", -56) +util.set_product_amount("se-core-fragment-omni", "gas", 24) -- Fix basic chemical plant fuels for K2 if mods.Krastorio2 and diff --git a/info.json b/info.json index 453ee71..141f186 100644 --- a/info.json +++ b/info.json @@ -1,6 +1,6 @@ { "name": "bzgas", - "version": "0.1.5", + "version": "0.1.6", "factorio_version": "1.1", "title": "Natural Gas", "author": "Brevven",