TCreopargh / Versioner

Modpack maker's best friend
MIT License
6 stars 0 forks source link

Change Color of the "Update Available" Chat Message and Menu Text #3

Open Librv opened 2 years ago

Librv commented 2 years ago

Hello! I wanted to know if there is any way to change the colors used for the update notification in chat image and in the menu image

A way to change the text itself would also be useful. Again, if there are any, let me know and I'll close the issue instantly. Thanks in advance, have a great day.

TCreopargh commented 2 years ago

Iirc you can override the colors by using color codes in the language files. Use resource loader to replace the mod's language files with your own.

Librv commented 2 years ago

Didn't think of that... Thanks! I'll close this issue, have a great day.

Librv commented 2 years ago

How would one go about changing the colors of the Version Strings? These have their color hardcoded, so trying to overwrite their color with a language file simply won't work because of how minecraft color codes work.

image

TCreopargh commented 2 years ago

Hmm I didn't think about someone would change the colors when I write the mod. Maybe I'll move color codes out of the %s strings but most probably I won't get time to do this