diff --git a/titanium-compressed.lua b/titanium-compressed.lua index 5f01f91..04f773b 100644 --- a/titanium-compressed.lua +++ b/titanium-compressed.lua @@ -2,14 +2,14 @@ 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_AddTintedItem("titanium-ore", "ore4-titanium", "ore", {r=0.85, g=0.85, b=0.70}) 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_AddTintedItem("titanium-plate", "plates4-titanium", "plate3", {r=0.85, g=0.85, b=0.70}) SimpleCompress_UnlockPlateTechAndRecipe("titanium-plate") end local titaniumRecipe = data.raw.recipe["decompress-titanium-plate"]