Tags
Creators
Details
Licensed GPL-3.0-or-later
Published 4 months ago
Updated 3 days ago
All versions
1.1.0-1.21.11
Release
1.1.0-1.21.114 months ago 21
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Dedicated servers only
Required content
Unavailable version
Unavailable version
Changes
StreamerUtils 1.1.0-1.21.11
New Features
- New chat icons (smaller in resolution than those of the tab).
- Configurable
SHAREDandSEPARATEicons. - New emojis and smart autocomplete system (for help, use
/su emoji list) --- the new texture pack is required for these to work, otherwise, you'll be presented with a missing icon glyph emoji (square).

Notes
- Requires Fabric Loader 0.19.2+ and Fabric API 0.141.3+ (and now Twitch4J-1.23.0+1.9.0 too, as I no longer want to package them together).
- Built for Minecraft 1.21.11; other versions may work with updated mappings.
- Server‑side only – the client does not need the mod, but the optional companion resource pack makes custom icons look better.
Upcoming / Planned Features
- More platform icons (Punkord (cough-cough), Discord, etc.) --- suggest some anywhere on my discord
- Web dashboard for live configuration.
- Maaybbee compatibility with earlier Minecraft versions?
- Definitely 26.1/2 compatibility (oh dear).
- Configurable cooldowns for Twitch commands (fine, I'll work on this too).
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:gbHqKlUz:JhhRVocd"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gbHqKlUz:JhhRVocd"
}

