Update to bztitanium2

This commit is contained in:
Simon Brodtmann 2025-10-21 14:29:25 +02:00
parent 13697f3937
commit c0fd63ed40
3 changed files with 3 additions and 3 deletions

View file

@ -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",

View file

@ -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)

View file

@ -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 {