remove steel_to_titanium

This commit is contained in:
Brevven 2021-07-27 23:02:13 -07:00
parent 30de78fd3e
commit 1a34ed2dcf
7 changed files with 41 additions and 45 deletions

View file

@ -92,7 +92,7 @@ if mods["5dim_core"] then
if mods["5dim_automation"] then
for i, name in ipairs(
{"5d-assembling-machine-07","5d-assembling-machine-08","5d-lab-06","5d-lab-07"}) do
util.me.steel_to_titanium(name)
util.replace_ingredient(name, "steel-plate", "titanium-plate")
end
end
@ -115,7 +115,7 @@ if mods["5dim_core"] then
end
if mods["5dim_battlefield"] then
util.me.steel_to_titanium(name)
util.replace_ingredient(name, "steel-plate", "titanium-plate")
end
end