Update to bz mods version 2

This commit is contained in:
Simon Brodtmann 2025-10-21 15:00:02 +02:00
parent a5122b6075
commit 084ebd3df4
4 changed files with 10 additions and 10 deletions

View file

@ -7,10 +7,10 @@
"homepage": "https://discord.gg/ufvFUJtVwk",
"dependencies": [
"base >= 2.0.0",
"? bzcarbon",
"? bzgas",
"? bzsilicon",
"? bztungsten",
"? bzcarbon2",
"? bzgas2",
"? bzsilicon2",
"? bztungsten2",
"? Chromium2",
"? Indium2",
"? Tantalite2",

View file

@ -289,7 +289,7 @@ data:extend({
}
})
if mods["bzgas"] then
if mods["bzgas2"] then
data:extend({
{
type = "recipe",
@ -298,7 +298,7 @@ if mods["bzgas"] then
icons = (mods["Krastorio2"] and
{
{ icon = "__GasGasGases2__/graphics/icons/argon.png", icon_size = 64},
{ icon = "__bzgas__/graphics/icons/gas.png", icon_size = 128, scale=0.2, shift= {-8, -8}},
{ icon = "__bzgas2__/graphics/icons/gas.png", icon_size = 128, scale=0.2, shift= {-8, -8}},
} or {
{ icon = "__GasGasGases2__/graphics/icons/argon.png", icon_size = 64},
}),

View file

@ -32,6 +32,6 @@ data:extend(
},
})
util.add_prerequisite("chemical-science-pack", "air-liquefaction")
if not mods["bzgas"] then
if not mods["bzgas2"] then
util.add_prerequisite("optics", "air-liquefaction")
end

View file

@ -47,11 +47,11 @@ if mods["Indium2"] then
util.add_ingredient("cryogenic-gas-plant", "cryogenic-seal", 10)
end
if mods["bzcarbon"] then
if mods["bzcarbon2"] then
util.add_ingredient("fullerenes", "argon", 10)
end
if mods["bzsilicon"] then
if mods["bzsilicon2"] then
util.set_category("gyro","crafting-with-fluid")
util.add_ingredient("gyro", "xenon", 10)
@ -59,7 +59,7 @@ if mods["bzsilicon"] then
util.add_ingredient("solar-cell", "argon", 10)
end
if mods["bztungsten"] then
if mods["bztungsten2"] then
util.set_category("rocket-engine-nozzle","crafting-with-fluid")
util.add_ingredient("rocket-engine-nozzle", "argon", 10)
end