Update to bztitanium2
This commit is contained in:
parent
13697f3937
commit
c0fd63ed40
3 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@
|
|||
"dependencies": [
|
||||
"base >= 2.0.0",
|
||||
"? bzfoundry2 >= 2.0.0",
|
||||
"? bztitanium >= 1.2.0",
|
||||
"? bztitanium2 >= 2.0.27",
|
||||
"? bzlead2 >= 2.0.29",
|
||||
"? bzzirconium >= 0.6.0",
|
||||
"? bztungsten2 >= 2.0.0",
|
||||
|
|
|
@ -20,7 +20,7 @@ if mods["space-age"] then
|
|||
util.add_prerequisite("moon-discovery-cerys", "alloy-separation")
|
||||
end
|
||||
|
||||
if mods.bztitanium then
|
||||
if mods["bztitanium2"] then
|
||||
util.replace_ingredient("superconductor", "titanium-plate", "tin-plate")
|
||||
else
|
||||
util.add_ingredient("superconductor", "tin-plate", 1)
|
||||
|
|
|
@ -380,7 +380,7 @@ if (not mods["pyrawores"] and not mods["bobplates"] and not mods["angelssmelting
|
|||
{ icon = "__bztin2__/graphics/icons/tin-ore.png", icon_size = 64 },
|
||||
{ icon = "__base__/graphics/icons/fluid/steam.png", icon_size = 64, tint = { r = .9, g = .9, b = .1, a = .7 }, scale = 0.5, shift = { -8, -8 } },
|
||||
},
|
||||
ingredients = mods.bztitanium and {
|
||||
ingredients = mods["bztitanium2"] and {
|
||||
util.fluid("tin-sulfides", 40),
|
||||
util.fluid("vacuum", 1),
|
||||
} or {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue