diff --git a/changelog.txt b/changelog.txt index afa10b9..ff96193 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,9 @@ --------------------------------------------------------------------------------------------------- +Version: 2.0.20 +Date: 2025-02-20 + Fixes: + - Plutionium Energy MOX fuel recipe now uses lead +--------------------------------------------------------------------------------------------------- Version: 2.0.19 Date: 2025-02-13 Changes: diff --git a/info.json b/info.json index 8da99ea..fa9a3b6 100644 --- a/info.json +++ b/info.json @@ -1,6 +1,6 @@ { "name": "bzlead", - "version": "2.0.19", + "version": "2.0.20", "factorio_version": "2.0", "title": "Lead", "author": "Brevven", diff --git a/lead-recipe-updates.lua b/lead-recipe-updates.lua index 92218b0..2dca79d 100644 --- a/lead-recipe-updates.lua +++ b/lead-recipe-updates.lua @@ -182,8 +182,10 @@ util.replace_ingredient("empty-fuel-cell-recipe", "plastic-bar", "lead-plate") -- Nuclear fuel, Plutonium energy util.replace_ingredient("breeder-fuel-cell", "iron-plate", "lead-plate") +util.replace_ingredient("MOX-fuel-cell", "iron-plate", "lead-plate") util.replace_ingredient("mox-fuel-cell", "iron-plate", "lead-plate") util.replace_ingredient("MOX-fuel", "iron-plate", "lead-plate") +util.replace_ingredient("mox-fuel", "iron-plate", "lead-plate") -- True Nukes util.replace_ingredient("tritium-breeder-fuel-cell", "iron-plate", "lead-plate")