kumquat-ir / VisualOres

VisualProspecting but for 1.12
MIT License
5 stars 2 forks source link

`Neromantic Prime` wrong colors on map #5

Closed Krutoy242 closed 1 year ago

Krutoy242 commented 1 year ago

As i understand correctly, it should show correct colors for each found liquids in chunks.

But what i actually see, is everything except Hydrofluoric Acid and Water is marked as white

Correct color for Acid: image

Incorrect color for Cryotheum: image

debug.log

kumquat-ir commented 1 year ago

This is an issue with forge's fluid api, a lot of fluids don't have their color value correctly set because it has a side effect of tinting the fluid texture. I have implemented a fix for specifically gregtech material fluids, since those have a color associated with their material. As a workaround, you can add entries to the fluid color override list in the config.

Krutoy242 commented 1 year ago

Ok. It's unfortunate since I could see correct colours everywhere but your mod 😅