balance core mining gas again
This commit is contained in:
parent
7372f357b6
commit
cf777a4040
3 changed files with 7 additions and 2 deletions
|
@ -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
|
Version: 0.1.5
|
||||||
Date: 2022-12-05
|
Date: 2022-12-05
|
||||||
Changes:
|
Changes:
|
||||||
|
|
|
@ -6,7 +6,7 @@ require("compatibility/ir2")
|
||||||
local util = require("data-util");
|
local util = require("data-util");
|
||||||
|
|
||||||
-- core mining balancing
|
-- 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
|
-- Fix basic chemical plant fuels for K2
|
||||||
if mods.Krastorio2 and
|
if mods.Krastorio2 and
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "bzgas",
|
"name": "bzgas",
|
||||||
"version": "0.1.5",
|
"version": "0.1.6",
|
||||||
"factorio_version": "1.1",
|
"factorio_version": "1.1",
|
||||||
"title": "Natural Gas",
|
"title": "Natural Gas",
|
||||||
"author": "Brevven",
|
"author": "Brevven",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue