Swap holmium solution colors
Posted: Fri Mar 28, 2025 10:00 pm
I wrote this to swap the base and flow colors of the holmium solution and I think that it looks better
Code: Select all
local holm = data.raw.fluid['holmium-solution']
local stored_base_color = holm.base_color
holm.base_color = holm.flow_color
holm.flow_color = stored_base_color