Compare commits
No commits in common. "main" and "main" have entirely different histories.
5 changed files with 2162 additions and 23 deletions
|
|
@ -1,16 +1,4 @@
|
|||
---------------------------------------------------------------------------------------------------
|
||||
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
|
||||
Date: 21.10.2025
|
||||
Changes:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
local util = require("data-util");
|
||||
|
||||
local pb2 = "fu_lead"
|
||||
local pb2 = "fu_lead_item"
|
||||
|
||||
|
||||
if mods["248k-Redux"] then
|
||||
|
|
@ -14,7 +14,7 @@ end
|
|||
util.remove_raw("item", pb2)
|
||||
|
||||
-- Update 248k titanium production chain to include titanium ore
|
||||
util.add_ingredient("fu_pure_ore", "lead-ore", 5)
|
||||
util.add_to_product("fu_pure_ore", "fu_pure_lead", 5)
|
||||
util.add_ingredient("fu_pure_ore_recipe", "lead-ore", 5)
|
||||
util.add_to_product("fu_pure_ore_recipe", "fi_materials_pure_lead", 5)
|
||||
|
||||
end
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "bzlead2",
|
||||
"version": "2.1.0",
|
||||
"version": "2.0.30",
|
||||
"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.",
|
||||
|
|
@ -8,14 +8,13 @@
|
|||
"homepage": "https://discord.gg/ufvFUJtVwk",
|
||||
"dependencies": [
|
||||
"base >= 2.0.0",
|
||||
"bzlib",
|
||||
"? bzsilicon2",
|
||||
"? hot-metals",
|
||||
"? space-exploration",
|
||||
"? Krastorio2",
|
||||
"? Krastorio2-spaced-out",
|
||||
"? Rich-Rocks-Requiem",
|
||||
"? 248k-Redux >= 0.1.35",
|
||||
"? 248k-Redux",
|
||||
"? tenebris",
|
||||
"? deadlock-beltboxes-loaders",
|
||||
"? DeadlockCrating",
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue