Hello valent125,
Recipes marked with the “cryogenics” type also use the ‘crafting_machine_tint’ attribute, which determines the color of the liquid in the machine animation. Please add the following code block to both recipes related to “cryogenic-science-pack-cooling”:
crafting_machine_tint = {
primary = {r = 0.455, g = 0.837, b = 0.563, a = 1.000}, -- #73d58fff
secondary = {r = 0.398, g = 0.732, b = 0.681, a = 1.000}, -- #65baadff
tertiary = {r = 0.337, g = 0.306, b = 0.306, a = 1.000}, -- #554e4eff
quaternary = {r = 0.436, g = 0.743, b = 0.711, a = 1.000}, -- #6fbdb5ff
}
The color comes from the space age, the “fluoroketone-cooling” recipe. I know it's a minor change, but let's keep it consistent :)