Update to bzsilicon2

This commit is contained in:
Simon Brodtmann 2025-10-20 11:22:30 +02:00
parent 443adc282d
commit 8c02077b0d
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@
"homepage": "https://discord.gg/ufvFUJtVwk", "homepage": "https://discord.gg/ufvFUJtVwk",
"dependencies": [ "dependencies": [
"base >= 2.0.0", "base >= 2.0.0",
"? bzsilicon", "? bzsilicon2",
"? hot-metals", "? hot-metals",
"? space-exploration", "? space-exploration",
"? Krastorio2", "? Krastorio2",

View file

@ -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("large-electric-pole", leb, 2) --modded
util.add_ingredient("substation", leb, 4) util.add_ingredient("substation", leb, 4)
util.replace_some_ingredient("electric-furnace", "steel-plate", 2, 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) util.add_ingredient("solar-panel", "lead-plate", 5)
end end