From 80de58d0d8a0b652086e2a2e7ef6f3409918691d Mon Sep 17 00:00:00 2001 From: Brevven Date: Sat, 14 Jun 2025 22:53:10 -0700 Subject: [PATCH] k2 ammo, etc --- changelog.txt | 6 ++++++ data-final-fixes.lua | 4 ++-- info.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) 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",