Page 1 of 1

Swap holmium solution colors

Posted: Fri Mar 28, 2025 10:00 pm
by teemu
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
kuva.png
kuva.png (1.74 MiB) Viewed 169 times