From a3984c1da9e9f42390d46dfc4fac872e4a3c28eb Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Fri, 13 Mar 2026 23:04:54 +0100 Subject: [PATCH 1/3] SE: Fix scrap recycling --- bzlead2/lead-recipe-updates.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bzlead2/lead-recipe-updates.lua b/bzlead2/lead-recipe-updates.lua index ce6526b..9dbdb34 100644 --- a/bzlead2/lead-recipe-updates.lua +++ b/bzlead2/lead-recipe-updates.lua @@ -76,7 +76,7 @@ util.add_ingredient("kr-rocket-turret", leb, 10) if mods["space-exploration"] then util.replace_ingredient("effectivity-module", "copper-cable", "battery", 5) end -util.add_product("se-scrap-recycling", {name="lead-ore", type="item", amount=1, probability=0.1}) +util.add_product("se-scrap-hard-recycling", {name="lead-ore", type="item", amount=1, probability=0.1}) util.replace_some_ingredient("se-pulveriser", "iron-plate", 10, "lead-plate", 10) util.replace_some_ingredient("se-canister", "copper-plate", 5, "lead-plate", 5) util.add_ingredient("industrial-furnace", "lead-plate", 16) -- AAII From 9675b22ce0015b7930113fb036433e9be4c3ff1a Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Fri, 13 Mar 2026 23:13:49 +0100 Subject: [PATCH 2/3] Correct renamed "efficiency-module" --- bzlead2/lead-recipe-updates.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bzlead2/lead-recipe-updates.lua b/bzlead2/lead-recipe-updates.lua index 9dbdb34..273ba4a 100644 --- a/bzlead2/lead-recipe-updates.lua +++ b/bzlead2/lead-recipe-updates.lua @@ -74,7 +74,7 @@ util.add_ingredient("kr-rocket-turret", leb, 10) -- Space Exploration if mods["space-exploration"] then - util.replace_ingredient("effectivity-module", "copper-cable", "battery", 5) + util.replace_ingredient("efficiency-module", "copper-cable", "battery", 5) end util.add_product("se-scrap-hard-recycling", {name="lead-ore", type="item", amount=1, probability=0.1}) util.replace_some_ingredient("se-pulveriser", "iron-plate", 10, "lead-plate", 10) From 1eb87ce4772a725569338b4a696060fc7cdb92dc Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Mon, 16 Mar 2026 21:56:58 +0100 Subject: [PATCH 3/3] 2.1.1 --- bzlead2/changelog.txt | 6 ++++++ bzlead2/info.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/bzlead2/changelog.txt b/bzlead2/changelog.txt index b08ccc4..18959a3 100644 --- a/bzlead2/changelog.txt +++ b/bzlead2/changelog.txt @@ -1,4 +1,10 @@ --------------------------------------------------------------------------------------------------- +Version: 2.1.1 +Date: 16.03.2026 + Bug Fixes: + - SE: Fix scrap recycling + - Correct renamed "efficiency-module" +--------------------------------------------------------------------------------------------------- Version: 2.1.0 Date: 11.03.2026 Changes: diff --git a/bzlead2/info.json b/bzlead2/info.json index 158344b..28afbff 100644 --- a/bzlead2/info.json +++ b/bzlead2/info.json @@ -1,6 +1,6 @@ { "name": "bzlead2", - "version": "2.1.0", + "version": "2.1.1", "factorio_version": "2.0", "title": "Lead - Legacy", "description": "Adds lead ore to the base game as an early game resource.\n\nLead is used in ammunition, pipes, batteries and more.",