From 4017f51faa19f35e4a189326f4a2f08c0a125820 Mon Sep 17 00:00:00 2001 From: Brevven Date: Tue, 28 Jun 2022 22:18:56 -0700 Subject: [PATCH] tweak color --- titanium-recipe-se.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/titanium-recipe-se.lua b/titanium-recipe-se.lua index 2221c5b..143b292 100644 --- a/titanium-recipe-se.lua +++ b/titanium-recipe-se.lua @@ -44,8 +44,8 @@ if string.sub(mods["space-exploration"], 1, 3) == "0.6" then name = "molten-titanium", default_temperature = 1668, max_temperature = 1668, - base_color = {r=171, g=219, b=233}, - flow_color = {r=171, g=219, b=233}, + base_color = {r=191, g=219, b=233}, + flow_color = {r=191, g=219, b=233}, icons = {{icon = "__bztitanium__/graphics/icons/molten-titanium.png", icon_size = 128}}, order = "a[molten]-a", pressure_to_speed_ratio = 0.4,