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,