From 8c02077b0d5ab1318eee64a5c0ea824acd3029ef Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Mon, 20 Oct 2025 11:22:30 +0200 Subject: [PATCH] Update to bzsilicon2 --- bzlead2/info.json | 2 +- bzlead2/lead-recipe-updates.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bzlead2/info.json b/bzlead2/info.json index 748c635..7379079 100644 --- a/bzlead2/info.json +++ b/bzlead2/info.json @@ -8,7 +8,7 @@ "homepage": "https://discord.gg/ufvFUJtVwk", "dependencies": [ "base >= 2.0.0", - "? bzsilicon", + "? bzsilicon2", "? hot-metals", "? space-exploration", "? Krastorio2", diff --git a/bzlead2/lead-recipe-updates.lua b/bzlead2/lead-recipe-updates.lua index 1ea9603..ce6526b 100644 --- a/bzlead2/lead-recipe-updates.lua +++ b/bzlead2/lead-recipe-updates.lua @@ -32,7 +32,7 @@ if (not mods["pyrawores"] and not mods["bobplates"] and not mods["angelssmelting util.add_ingredient("large-electric-pole", leb, 2) --modded util.add_ingredient("substation", leb, 4) util.replace_some_ingredient("electric-furnace", "steel-plate", 2, leb, 4) - if not (mods.bzsilicon and util.has_ingredient("solar-panel", "solar-cell")) then + if not (mods["bzsilicon2"] and util.has_ingredient("solar-panel", "solar-cell")) then util.add_ingredient("solar-panel", "lead-plate", 5) end