Yunus1903 / ChatEmbeds

A Minecraft mod that adds embedded images and more to chat
https://www.curseforge.com/minecraft/mc-mods/chat-embeds
GNU General Public License v3.0
8 stars 3 forks source link

Incompatible with Chat Heads mod #1

Open rafaelkai opened 3 years ago

rafaelkai commented 3 years ago

With this mod and Chat Heads the heads don't render in the chat.

https://www.curseforge.com/minecraft/mc-mods/chat-heads

Yunus1903 commented 3 years ago

The reason the mods are incompatible with each other is because Chat Heads injects code into the NewChatGui class with mixins. ChatEmbeds overrides the use of NewChatGui with it's own class, hence why Chat Heads`s injection will not work.

I'm currently looking into another way of handling code injection. This might improve compatibility with other mods.