pblop / twitch-chat

Minecraft-Twitch bridge for Fabric!
MIT License
22 stars 14 forks source link

24-bit user colors #59

Closed hpfxd closed 11 months ago

hpfxd commented 11 months ago

Since Minecraft 1.16, chat messages support full 24-bit RGB color, instead of only the previous 16 predefined colors (Formatting class). This patch introduces the capability for the mod to take advantage of this feature and show messages from Twitch with the precise color instead of rounding it to the nearest predefined color.

Resolves #21