diff --git a/changelog.txt b/changelog.txt index 5994bc4..f604ebd 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,10 @@ --------------------------------------------------------------------------------------------------- +Version: 2.0.27 +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 +--------------------------------------------------------------------------------------------------- Version: 2.0.26 Date: 2025-05-05 Fixes: diff --git a/data-final-fixes.lua b/data-final-fixes.lua index bd14c45..abe6676 100644 --- a/data-final-fixes.lua +++ b/data-final-fixes.lua @@ -16,8 +16,8 @@ end if util.k2() then local lead_bolt = util.me.more_entities() and "lead-expansion-bolt" or "lead-plate" - util.replace_ingredient("rifle-magazine", "iron-plate", "lead-plate") - util.replace_ingredient("anti-material-rifle-magazine", "iron-plate", "lead-plate") + util.replace_ingredient("kr-rifle-magazine", "iron-plate", "lead-plate") + util.replace_ingredient("kr-anti-materiel-rifle-magazine", "iron-plate", "lead-plate") util.replace_some_ingredient("kr-crusher", "iron-beam", 5, lead_bolt, 5) util.replace_ingredient("kr-shelter", "iron-plate", lead_bolt) util.add_ingredient("kr-advanced-furnace", lead_bolt, 20) diff --git a/info.json b/info.json index f582f02..82fa9db 100644 --- a/info.json +++ b/info.json @@ -1,6 +1,6 @@ { "name": "bzlead", - "version": "2.0.26", + "version": "2.0.27", "factorio_version": "2.0", "title": "Lead", "author": "Brevven",