balance core mining gas again

This commit is contained in:
Brevven 2022-12-23 13:49:35 -08:00
parent 7372f357b6
commit cf777a4040
3 changed files with 7 additions and 2 deletions

View file

@ -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:

View file

@ -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

View file

@ -1,6 +1,6 @@
{
"name": "bzgas",
"version": "0.1.5",
"version": "0.1.6",
"factorio_version": "1.1",
"title": "Natural Gas",
"author": "Brevven",