Update to bzlead2

This commit is contained in:
Simon Brodtmann 2025-10-20 10:23:28 +02:00
parent 206aa4614d
commit da43a2cdb2
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@
"base >= 2.0.0",
"? bzfoundry2 >= 2.0.0",
"? bztitanium >= 2.0.26",
"? bzlead >= 2.0.28",
"? bzlead2 >= 2.0.29",
"? bzzirconium >= 2.1.13",
"? bztungsten2 >= 2.0.0",
"? bzcarbon2 >= 2.0.22",

View file

@ -7,7 +7,7 @@ local ge_ingredients = {
{type="item", name="stone-brick", amount=4},
}
local ge_prereq = {"automation"}
if mods.bzlead then table.insert(ge_ingredients, {type="item", name="lead-plate", amount=4}) end
if mods["bzlead2"] then table.insert(ge_ingredients, {type="item", name="lead-plate", amount=4}) end
if mods.Krastorio2 then
table.insert(ge_ingredients, {type="item", name="kr-sand", amount=10})
ge_prereq = {"kr-stone-processing"}