remove steel_to_titanium
This commit is contained in:
parent
30de78fd3e
commit
1a34ed2dcf
7 changed files with 41 additions and 45 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue