tweak color

This commit is contained in:
Brevven 2022-06-28 22:18:56 -07:00
parent ecd3d62c70
commit 4017f51faa

View file

@ -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,