Update to bz mods version 2
This commit is contained in:
parent
a5122b6075
commit
084ebd3df4
4 changed files with 10 additions and 10 deletions
|
|
@ -7,10 +7,10 @@
|
||||||
"homepage": "https://discord.gg/ufvFUJtVwk",
|
"homepage": "https://discord.gg/ufvFUJtVwk",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
"base >= 2.0.0",
|
"base >= 2.0.0",
|
||||||
"? bzcarbon",
|
"? bzcarbon2",
|
||||||
"? bzgas",
|
"? bzgas2",
|
||||||
"? bzsilicon",
|
"? bzsilicon2",
|
||||||
"? bztungsten",
|
"? bztungsten2",
|
||||||
"? Chromium2",
|
"? Chromium2",
|
||||||
"? Indium2",
|
"? Indium2",
|
||||||
"? Tantalite2",
|
"? Tantalite2",
|
||||||
|
|
|
||||||
|
|
@ -289,7 +289,7 @@ data:extend({
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
if mods["bzgas"] then
|
if mods["bzgas2"] then
|
||||||
data:extend({
|
data:extend({
|
||||||
{
|
{
|
||||||
type = "recipe",
|
type = "recipe",
|
||||||
|
|
@ -298,7 +298,7 @@ if mods["bzgas"] then
|
||||||
icons = (mods["Krastorio2"] and
|
icons = (mods["Krastorio2"] and
|
||||||
{
|
{
|
||||||
{ icon = "__GasGasGases2__/graphics/icons/argon.png", icon_size = 64},
|
{ 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 {
|
} or {
|
||||||
{ icon = "__GasGasGases2__/graphics/icons/argon.png", icon_size = 64},
|
{ icon = "__GasGasGases2__/graphics/icons/argon.png", icon_size = 64},
|
||||||
}),
|
}),
|
||||||
|
|
|
||||||
|
|
@ -32,6 +32,6 @@ data:extend(
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
util.add_prerequisite("chemical-science-pack", "air-liquefaction")
|
util.add_prerequisite("chemical-science-pack", "air-liquefaction")
|
||||||
if not mods["bzgas"] then
|
if not mods["bzgas2"] then
|
||||||
util.add_prerequisite("optics", "air-liquefaction")
|
util.add_prerequisite("optics", "air-liquefaction")
|
||||||
end
|
end
|
||||||
|
|
@ -47,11 +47,11 @@ if mods["Indium2"] then
|
||||||
util.add_ingredient("cryogenic-gas-plant", "cryogenic-seal", 10)
|
util.add_ingredient("cryogenic-gas-plant", "cryogenic-seal", 10)
|
||||||
end
|
end
|
||||||
|
|
||||||
if mods["bzcarbon"] then
|
if mods["bzcarbon2"] then
|
||||||
util.add_ingredient("fullerenes", "argon", 10)
|
util.add_ingredient("fullerenes", "argon", 10)
|
||||||
end
|
end
|
||||||
|
|
||||||
if mods["bzsilicon"] then
|
if mods["bzsilicon2"] then
|
||||||
util.set_category("gyro","crafting-with-fluid")
|
util.set_category("gyro","crafting-with-fluid")
|
||||||
util.add_ingredient("gyro", "xenon", 10)
|
util.add_ingredient("gyro", "xenon", 10)
|
||||||
|
|
||||||
|
|
@ -59,7 +59,7 @@ if mods["bzsilicon"] then
|
||||||
util.add_ingredient("solar-cell", "argon", 10)
|
util.add_ingredient("solar-cell", "argon", 10)
|
||||||
end
|
end
|
||||||
|
|
||||||
if mods["bztungsten"] then
|
if mods["bztungsten2"] then
|
||||||
util.set_category("rocket-engine-nozzle","crafting-with-fluid")
|
util.set_category("rocket-engine-nozzle","crafting-with-fluid")
|
||||||
util.add_ingredient("rocket-engine-nozzle", "argon", 10)
|
util.add_ingredient("rocket-engine-nozzle", "argon", 10)
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue