Update to bztitanium2
This commit is contained in:
parent
67f6dc37c5
commit
bd79c6ea3d
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
|||
"? 248k-Redux",
|
||||
"? aai-industry",
|
||||
"? modmashsplinterelectronics",
|
||||
"? bztitanium",
|
||||
"? bztitanium2",
|
||||
"(?) IndustrialRevolution",
|
||||
"! space-age"
|
||||
]
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue