Compare commits

..

7 commits
main ... main

Author SHA1 Message Date
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
Simon Brodtmann
b7711bf3d7 2.1.0 2026-03-11 22:13:02 +01:00
Morganite
d80683fa51 248k update fixes 2026-03-11 22:11:43 +01:00
Simon Brodtmann
d86781d3f4 Switch to bzlib 2026-03-11 22:11:34 +01:00
Simon Brodtmann
099a13368f 2.0.31 2026-02-20 17:55:16 +01:00
Simon Brodtmann
15ba2ef552 Fix booleans being strings 2026-02-18 19:53:49 +01:00
5 changed files with 23 additions and 2162 deletions

View file

@ -1,4 +1,16 @@
--------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------
Version: 2.1.0
Date: 11.03.2026
Changes:
- Switch to bzlib - Please install the new dependency
Bug Fixes:
- 248k: Fixes for 0.1.35 breaking changes (thanks Morganite)
---------------------------------------------------------------------------------------------------
Version: 2.0.31
Date: 20.02.2026
Changes:
- Changed en locale for Lead ore so ore patches will show up when searching for "lead ore" (thanks Kejser Kagespiser)
---------------------------------------------------------------------------------------------------
Version: 2.0.30 Version: 2.0.30
Date: 21.10.2025 Date: 21.10.2025
Changes: Changes:

View file

@ -1,6 +1,6 @@
local util = require("data-util"); local util = require("data-util");
local pb2 = "fu_lead_item" local pb2 = "fu_lead"
if mods["248k-Redux"] then if mods["248k-Redux"] then
@ -14,7 +14,7 @@ end
util.remove_raw("item", pb2) util.remove_raw("item", pb2)
-- Update 248k titanium production chain to include titanium ore -- Update 248k titanium production chain to include titanium ore
util.add_ingredient("fu_pure_ore_recipe", "lead-ore", 5) util.add_ingredient("fu_pure_ore", "lead-ore", 5)
util.add_to_product("fu_pure_ore_recipe", "fi_materials_pure_lead", 5) util.add_to_product("fu_pure_ore", "fu_pure_lead", 5)
end end

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
{ {
"name": "bzlead2", "name": "bzlead2",
"version": "2.0.30", "version": "2.1.0",
"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.",
@ -8,13 +8,14 @@
"homepage": "https://discord.gg/ufvFUJtVwk", "homepage": "https://discord.gg/ufvFUJtVwk",
"dependencies": [ "dependencies": [
"base >= 2.0.0", "base >= 2.0.0",
"bzlib",
"? bzsilicon2", "? bzsilicon2",
"? hot-metals", "? hot-metals",
"? space-exploration", "? space-exploration",
"? Krastorio2", "? Krastorio2",
"? Krastorio2-spaced-out", "? Krastorio2-spaced-out",
"? Rich-Rocks-Requiem", "? Rich-Rocks-Requiem",
"? 248k-Redux", "? 248k-Redux >= 0.1.35",
"? tenebris", "? tenebris",
"? deadlock-beltboxes-loaders", "? deadlock-beltboxes-loaders",
"? DeadlockCrating", "? DeadlockCrating",

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