Skill hex colors sometimes dont work
Silvertide7 opened this issue ยท 2 comments
Describe the bug
I am trying to set the color of my skills to make it easier for players to recognize the skill, and have it fit thematically. Using the wiki I get a hex code, like a yellow #E7EE48
or an orange #EAB181
, convert these to little endian UINT's using the linked website in the wiki and get the numbers 4779751
and 8499690
respectively. These numbers come out a blue hue instead. It seems to mostly effect the red values of the numbers, those have the most trouble showing up correctly.
Expected behavior
The color code for the numbers I put in should match in game.
To Reproduce
Steps to reproduce the behavior:
Change the colors on the pmmo-skill.toml file of a fresh world to the numbers above. In game it won't match the colors you put.
Screenshots
Constitution here is set to the orange color I put above.
Versions:
- Minecraft: 1.20.1
- Loader: 47.2.6
- PMMO: 1.20.1-1.2.20
Additional context
Add any other context about the problem here.
Okay, so looks like that website isn't good. Here's an alternative (i'll update the wiki accordingly)