Update to bztitanium2

This commit is contained in:
Simon Brodtmann 2025-10-21 14:29:17 +02:00
parent 67f6dc37c5
commit bd79c6ea3d
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@
"? 248k-Redux",
"? aai-industry",
"? modmashsplinterelectronics",
"? bztitanium",
"? bztitanium2",
"(?) IndustrialRevolution",
"! space-age"
]

View file

@ -16,7 +16,7 @@ end
if mods.bztungsten2 and not mods["space-age"] then
table.insert(gyro_ingredients, util.item("tungsten-plate", 1))
table.insert(gyro_prereqs, "tungsten-processing")
elseif mods.bztitanium and data.raw.item["titanium-plate"] then
elseif mods["bztitanium2"] and data.raw.item["titanium-plate"] then
table.insert(gyro_ingredients, util.item("titanium-plate", 1))
table.insert(gyro_prereqs, "titanium-processing")
elseif util.k2() then