This commit is contained in:
Brevven 2022-12-07 01:14:04 -08:00
parent 8d5fccd33f
commit b177d90daf
3 changed files with 11 additions and 1 deletions

View file

@ -1,4 +1,9 @@
---------------------------------------------------------------------------------------------------
Version: 0.0.4
Date: 2022-12-09
Changes:
- SE: Less salt in core mining
---------------------------------------------------------------------------------------------------
Version: 0.0.3
Date: 2022-12-05
Changes:

View file

@ -8,6 +8,11 @@ local util = require("data-util");
local pg_amt = util.get_ingredient_amount("plastic-bar", "petroleum-gas")
util.replace_ingredient("plastic-bar", "petroleum-gas", "vinyl-chloride", pg_amt*2/3)
if mods["space-exploration"] then
-- core mining balancing
util.add_to_product("se-core-fragment-omni", "salt", -5)
end
-- Must be last
util.create_list()

View file

@ -1,6 +1,6 @@
{
"name": "bzchlorine",
"version": "0.0.3",
"version": "0.0.4",
"factorio_version": "1.1",
"title": "Salt & Chlorine",
"author": "Brevven",