A mod for rendering Twitch, BetterTTV, FrankerFaceZ and 7tv emotes in the Minecraft chat.
This mod is client-sided and runs on Minecraft 1.21.11 and Fabric only.
- Inline emotes in regular chat messages
- Tab-completion for emote names
- Compatible with other mods
- Customizable channel
- Animated emotes
- Overlay emotes
- Client-side only
- No login required
Chat Heads and timestamps are not included in this mod!
This mod uses:
- Fabric API
- WebPDecoderJN by tduva (for animated WebP decoding)
- Twitch API (for retrieving twitch emotes directly from twitch)
- Scalar API (for retrieving Twitch emotes without requiring user authorization)
- 7tv API (for retrieving 7tv emotes)
- BetterTTV API (for retrieving BTTV emotes)
- FrankerFaceZ API (v1) (for retrieving FFZ emotes)
All external libraries are used solely for emote retrieval and decoding.
- Install Fabric Loader for Minecraft 1.21.11 (version
0.18.4) - Install Fabric API (version
0.141.3) - Place the mod
.jarfile into yourmodsfolder - Launch the game
I've been playing on a Minecraft server with friends I made on Twitch, and we're used to using Twitch emotes.
When the server was still on version 1.21 I found the TwitchEmotes mod by falu on GitHub,
updated it to the version we were playing on, added a few features and recommended it to others.
Unfortunately, when the server was upgraded to version 1.21.11, the mod didn't work anymore and I couldn't
figure out how to keep the architecture of this mod in modern Minecraft. So I started coding my own version
of the mod from scratch.
In contrast to falu's mod, it doesn't have twitch chat integration as the main goal of this mod is just to show emotes in chat, but such features may be included in the future.
For more details, have a look in the contribution file!
- DanceDown (author of this mod)
Licensed under the MIT License. See LICENSE for details.
This project includes WebPDecoderJN by tduva, licensed under the BSD 3-Clause License.
See COPYING for details.
The native WebP libraries are based on libwebp by Google Inc.
