core
This commit is contained in:
parent
8d5fccd33f
commit
b177d90daf
3 changed files with 11 additions and 1 deletions
|
@ -1,4 +1,9 @@
|
||||||
---------------------------------------------------------------------------------------------------
|
---------------------------------------------------------------------------------------------------
|
||||||
|
Version: 0.0.4
|
||||||
|
Date: 2022-12-09
|
||||||
|
Changes:
|
||||||
|
- SE: Less salt in core mining
|
||||||
|
---------------------------------------------------------------------------------------------------
|
||||||
Version: 0.0.3
|
Version: 0.0.3
|
||||||
Date: 2022-12-05
|
Date: 2022-12-05
|
||||||
Changes:
|
Changes:
|
||||||
|
|
|
@ -8,6 +8,11 @@ local util = require("data-util");
|
||||||
local pg_amt = util.get_ingredient_amount("plastic-bar", "petroleum-gas")
|
local pg_amt = util.get_ingredient_amount("plastic-bar", "petroleum-gas")
|
||||||
util.replace_ingredient("plastic-bar", "petroleum-gas", "vinyl-chloride", pg_amt*2/3)
|
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
|
-- Must be last
|
||||||
util.create_list()
|
util.create_list()
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "bzchlorine",
|
"name": "bzchlorine",
|
||||||
"version": "0.0.3",
|
"version": "0.0.4",
|
||||||
"factorio_version": "1.1",
|
"factorio_version": "1.1",
|
||||||
"title": "Salt & Chlorine",
|
"title": "Salt & Chlorine",
|
||||||
"author": "Brevven",
|
"author": "Brevven",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue