Hey, I really like the idea of this mod and will be using it in my upcoming run of Factorio: Space Age. But one thing I quickly noticed is the color of the plasma as you see it with the pipe visualizer stuff. No idea why the devs made it the same color as truster oxidizer (a dark-ish blue). And since it is something that only really appears when you use these plasma ducts I figured it would fit nicely in this mod instead of a seperate one. Not that I mind doing that but surely I'm not alone in thinking the vanilla fluid color is just awefully mismatched ^^
Would only require a few lines of code in data-updates.lua
local fusion_plasma = data.raw.fluid["fusion-plasma"]
fusion_plasma.base_color = {0.53, 0.1, 0.53}
fusion_plasma.flow_color = {0.93, 0.1, 0.93}
https://gyazo.com/1ca0d15dfcf47de839b59cff0a074825