Update to bzcarbon2
This commit is contained in:
parent
7dead53138
commit
206aa4614d
2 changed files with 3 additions and 3 deletions
|
@ -17,7 +17,7 @@ end
|
|||
|
||||
-- Vanilla burner phase tweaks -- green circuits after electronics
|
||||
-- Electronic circuit recipe set below in compatibility script
|
||||
if not mods.Krastorio2 and not mods["aai-industry"] and not mods.bzaluminum2 and not mods.bzcarbon then
|
||||
if not mods.Krastorio2 and not mods["aai-industry"] and not mods.bzaluminum2 and not mods["bzcarbon2"] then
|
||||
util.replace_ingredient("offshore-pump", "electronic-circuit", "copper-cable")
|
||||
util.replace_ingredient("lab", "electronic-circuit", "copper-cable")
|
||||
util.replace_ingredient("electric-mining-drill", "electronic-circuit", "copper-cable", 2, true)
|
||||
|
@ -38,7 +38,7 @@ if not mods.Krastorio2 and not mods["aai-industry"] and not mods.bzaluminum2 and
|
|||
util.set_enabled("inserter", false)
|
||||
util.add_prerequisite("logistic-science-pack", "electronics")
|
||||
end
|
||||
if not mods.bzaluminum2 and not mods.bzcarbon then
|
||||
if not mods.bzaluminum2 and not mods["bzcarbon2"] then
|
||||
util.replace_ingredients_prior_to("electronics", "electronic-circuit", "copper-cable", 2)
|
||||
end
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
"? bzlead >= 2.0.28",
|
||||
"? bzzirconium >= 2.1.13",
|
||||
"? bztungsten2 >= 2.0.0",
|
||||
"? bzcarbon >= 2.0.21",
|
||||
"? bzcarbon2 >= 2.0.22",
|
||||
"? bztin >= 2.1.15",
|
||||
"? warptorio2_expansion",
|
||||
"? space-exploration >= 0.7.34",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue