remove unused dupe file
This commit is contained in:
parent
dfc2d6fefa
commit
b7d4edf5b1
1 changed files with 0 additions and 27 deletions
|
|
@ -1,27 +0,0 @@
|
|||
|
||||
if simpleCompress then
|
||||
if simpleCompress.ores then
|
||||
simpleCompress.currentSubgroup = "intermediate-product"
|
||||
if data.raw.item["titanium-ore"] then
|
||||
SimpleCompress_AddTintedItem("titanium-ore", "ore4-titanium", "ore", {r=0.85, g=0.85, b=0.75})
|
||||
SimpleCompress_UnlockOreTechAndRecipe("titanium-ore")
|
||||
end
|
||||
end
|
||||
if simpleCompress.plates then
|
||||
simpleCompress.currentSubgroup = "intermediate-product"
|
||||
if data.raw.item["titanium-plate"] then
|
||||
SimpleCompress_AddTintedItem("titanium-plate", "plates4-titanium", "plate3", {r=0.85, g=0.85, b=0.75})
|
||||
SimpleCompress_UnlockPlateTechAndRecipe("titanium-plate")
|
||||
end
|
||||
end
|
||||
if simpleCompress.smelting then
|
||||
if data.raw.item["titanium-plate"] and data.raw.item["titanium-plate"] then
|
||||
SimpleCompress_AddSmeltingRecipe("titanium-ore", "titanium-plate")
|
||||
SimpleCompress_UnlockOreSmeltingTech("titanium-ore")
|
||||
local titaniumRecipe = data.raw.recipe["smelt-compressed-titanium-ore"]
|
||||
titaniumRecipe.ingredients = {{"compressed-titanium-ore", 5}}
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue