MehVahdJukaar / polytone

Other
31 stars 2 forks source link

Polytone can't change custom text color #49

Closed Akoto090 closed 3 weeks ago

Akoto090 commented 4 weeks ago

Hey, Im currently using polytone-1.20-1.20.1.jar for Neoforge and want to use the custom text color feature.

My resourcepack does have the colors.json file in this direction: CustomPack/assets/minecraft/polytone/colors.json I tried to use the "text" modifer which is also used on the wiki.

While I've successfully changed the color of the xpbar, I'm unable to change the normal text color for other elements like the chat. I've tried both the "code.0" example and the standard "gold" modifier, but neither seems to affect the text color.

For further information, here's my latest.log. And btw thank you for creating this mod and for your dedication to Polytone!

colors.json latest.log image

MehVahdJukaar commented 4 weeks ago

can you show the file you have?

Akoto090 commented 4 weeks ago
{
  "text": {
    "xpbar": "#ffffff",
    "code": {
      "0": "#000000"
    },
    "gold": "#ffffff"
  }
}

Download

MehVahdJukaar commented 3 weeks ago

use new version

Akoto090 commented 3 weeks ago

It is now fixed! Thank you so much