Update to bzlead2
This commit is contained in:
parent
206aa4614d
commit
da43a2cdb2
2 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||
|
|
|
@ -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"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue