SmashingMods / ChemLib

About Library mod for Alchemistry and other mods.
https://www.curseforge.com/minecraft/mc-mods/chemlib
GNU Lesser General Public License v2.1
16 stars 23 forks source link

Fix JEI/Mek invisible fluid bug #37

Closed X-Niter closed 1 year ago

X-Niter commented 1 year ago

JSON objects for elements and compounds were passing alpha, so adding the string "FF" + color into the dynamic fluid registry resulted in removing the alpha pass to the fluids giving us our proper fluid color. We discussed why "FF" was not already defined in the color codes in the .json, so I am avoiding changing anything other than just the fluids to respect such a thing.

Thank you!