diff --git a/changelog.txt b/changelog.txt index f604ebd..6d47194 100644 --- a/changelog.txt +++ b/changelog.txt @@ -4,6 +4,8 @@ Date: 2025-06-15 Fixes: - Krastorio2: Update more tier 1 magazine recipes for 2.0, with thanks to Tvede-dk - Fix load error with certain loadouts, especially with K2SO + Changes: + - Cerys: fuel cell recipe update --------------------------------------------------------------------------------------------------- Version: 2.0.26 Date: 2025-05-05 diff --git a/lead-recipe-updates.lua b/lead-recipe-updates.lua index 0ced494..9a29d0b 100644 --- a/lead-recipe-updates.lua +++ b/lead-recipe-updates.lua @@ -187,6 +187,9 @@ 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") +-- Cerys +util.add_ingredient("mixed-oxide-fuel-cell", "lead-plate", 5) + -- True Nukes util.replace_ingredient("tritium-breeder-fuel-cell", "iron-plate", "lead-plate")