Compare commits

...

3 commits
2.1.0 ... main

Author SHA1 Message Date
Simon Brodtmann
1eb87ce477 2.1.1 2026-03-16 21:56:58 +01:00
Simon Brodtmann
9675b22ce0 Correct renamed "efficiency-module" 2026-03-13 23:13:49 +01:00
Simon Brodtmann
a3984c1da9 SE: Fix scrap recycling 2026-03-13 23:04:54 +01:00
3 changed files with 9 additions and 3 deletions

View file

@ -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 Version: 2.1.0
Date: 11.03.2026 Date: 11.03.2026
Changes: Changes:

View file

@ -1,6 +1,6 @@
{ {
"name": "bzlead2", "name": "bzlead2",
"version": "2.1.0", "version": "2.1.1",
"factorio_version": "2.0", "factorio_version": "2.0",
"title": "Lead - Legacy", "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.", "description": "Adds lead ore to the base game as an early game resource.\n\nLead is used in ammunition, pipes, batteries and more.",

View file

@ -74,9 +74,9 @@ util.add_ingredient("kr-rocket-turret", leb, 10)
-- Space Exploration -- Space Exploration
if mods["space-exploration"] then if mods["space-exploration"] then
util.replace_ingredient("effectivity-module", "copper-cable", "battery", 5) util.replace_ingredient("efficiency-module", "copper-cable", "battery", 5)
end 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-pulveriser", "iron-plate", 10, "lead-plate", 10)
util.replace_some_ingredient("se-canister", "copper-plate", 5, "lead-plate", 5) util.replace_some_ingredient("se-canister", "copper-plate", 5, "lead-plate", 5)
util.add_ingredient("industrial-furnace", "lead-plate", 16) -- AAII util.add_ingredient("industrial-furnace", "lead-plate", 16) -- AAII