kvverti / colormatic

An independent implementation of the custom colors mod for Minecraft 1.15-1.18
GNU Lesser General Public License v3.0
108 stars 49 forks source link

Cannot change water particle color #43

Closed royalhowl closed 3 years ago

royalhowl commented 3 years ago

I tried making own resource pack and cannot get custom water color to work. Portal particles work just fine. Should I be able to change color of the water particles?

My color.json { "particle": { "water": "ff9538", "lava": "ff9538", "portal": "ff9538" } }

Here's also latest log if that is any help. latest.log

Screenshot 2021-07-26 170637 Screenshot 2021-07-26 170819

kvverti commented 3 years ago

Colormatic does not implement the base colors for water and lava particles because these particles are not colored. For legacy reasons, they are still accepted as properties in colors.json, but they have no effect.

royalhowl commented 3 years ago

My bad, I just assumed it should work since they're present and it worked with optifine.