From 1053dfc0b24cdf9e9b0cbd4192242c69cc1163f6 Mon Sep 17 00:00:00 2001 From: Brevven Date: Thu, 11 Mar 2021 17:17:42 -0800 Subject: [PATCH] SimpleCompress tweak --- titanium-compressed.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"]