Compare commits

..

No commits in common. "main" and "2.1.0" have entirely different histories.
main ... 2.1.0

3 changed files with 3 additions and 9 deletions

View file

@ -1,10 +1,4 @@
---------------------------------------------------------------------------------------------------
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:

View file

@ -1,6 +1,6 @@
{
"name": "bzlead2",
"version": "2.1.1",
"version": "2.1.0",
"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.",

View file

@ -74,9 +74,9 @@ util.add_ingredient("kr-rocket-turret", leb, 10)
-- Space Exploration
if mods["space-exploration"] then
util.replace_ingredient("efficiency-module", "copper-cable", "battery", 5)
util.replace_ingredient("effectivity-module", "copper-cable", "battery", 5)
end
util.add_product("se-scrap-hard-recycling", {name="lead-ore", type="item", amount=1, probability=0.1})
util.add_product("se-scrap-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