Compare commits
No commits in common. "main" and "2.1.0" have entirely different histories.
4 changed files with 7 additions and 12 deletions
|
|
@ -1,9 +1,4 @@
|
||||||
---------------------------------------------------------------------------------------------------
|
---------------------------------------------------------------------------------------------------
|
||||||
Version: 2.1.1
|
|
||||||
Date: 16.03.2026
|
|
||||||
Bug Fixes:
|
|
||||||
- Correct renamed "efficiency-module"
|
|
||||||
---------------------------------------------------------------------------------------------------
|
|
||||||
Version: 2.1.0
|
Version: 2.1.0
|
||||||
Date: 11.03.2026
|
Date: 11.03.2026
|
||||||
Changes:
|
Changes:
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "bzgold2",
|
"name": "bzgold2",
|
||||||
"version": "2.1.1",
|
"version": "2.1.0",
|
||||||
"factorio_version": "2.0",
|
"factorio_version": "2.0",
|
||||||
"title": "Noble Metals",
|
"title": "Noble Metals",
|
||||||
"description": "Adds silver, gold, platinum, palladium and more to the base game. Reworks processing units.",
|
"description": "Adds silver, gold, platinum, palladium and more to the base game. Reworks processing units.",
|
||||||
|
|
|
||||||
|
|
@ -95,10 +95,10 @@ if util.se6() then
|
||||||
--------
|
--------
|
||||||
--TODO rebalance SE modules more completely
|
--TODO rebalance SE modules more completely
|
||||||
|
|
||||||
util.replace_ingredient("efficiency-module-5", "se-holmium-cable", "platinum-ingot", 10)
|
util.replace_ingredient("effectivity-module-5", "se-holmium-cable", "platinum-ingot", 10)
|
||||||
util.replace_ingredient("efficiency-module-5", "se-holmium-cable", "silver-plate")
|
util.replace_ingredient("effectivity-module-5", "se-holmium-cable", "silver-plate")
|
||||||
util.replace_ingredient("efficiency-module-5", "se-holmium-cable", "palladium-ingot", 10)
|
util.replace_ingredient("effectivity-module-5", "se-holmium-cable", "palladium-ingot", 10)
|
||||||
util.replace_ingredient("efficiency-module-5", "se-holmium-cable", "gold-ingot", 10)
|
util.replace_ingredient("effectivity-module-5", "se-holmium-cable", "gold-ingot", 10)
|
||||||
|
|
||||||
util.replace_ingredient("speed-module-5", "se-heavy-girder", "gold-ingot", 10)
|
util.replace_ingredient("speed-module-5", "se-heavy-girder", "gold-ingot", 10)
|
||||||
util.replace_ingredient("speed-module-5", "se-heavy-girder", "palladium-ingot", 10)
|
util.replace_ingredient("speed-module-5", "se-heavy-girder", "palladium-ingot", 10)
|
||||||
|
|
|
||||||
|
|
@ -28,10 +28,10 @@ else
|
||||||
end
|
end
|
||||||
|
|
||||||
util.add_ingredient("speed-module-3", "mlcc", 5)
|
util.add_ingredient("speed-module-3", "mlcc", 5)
|
||||||
util.add_ingredient("efficiency-module-3", "mlcc", 5)
|
util.add_ingredient("effectivity-module-3", "mlcc", 5)
|
||||||
util.add_ingredient("productivity-module-3", "mlcc", 5)
|
util.add_ingredient("productivity-module-3", "mlcc", 5)
|
||||||
util.remove_ingredient("speed-module-3", "cermet")
|
util.remove_ingredient("speed-module-3", "cermet")
|
||||||
util.remove_ingredient("efficiency-module-3", "cermet")
|
util.remove_ingredient("effectivity-module-3", "cermet")
|
||||||
util.remove_ingredient("productivity-module-3", "cermet")
|
util.remove_ingredient("productivity-module-3", "cermet")
|
||||||
|
|
||||||
util.add_ingredient("gas-extractor", "silver-brazing-alloy", 10)
|
util.add_ingredient("gas-extractor", "silver-brazing-alloy", 10)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue