Tags
Creators
Details
Licensed GPL-3.0-or-later
Published 3 months ago
Updated 3 months ago
All versions
2.0.0-1.21.11
Release
2.0.0-1.21.113 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 2.0.0-1.21.11
New DEVELOPMENTS (oo, new word :v)
- ENTIRELY REVAMPED TWITCH API HANDLING: New StreamerConfigs mod handles everything Twitch-related if the client (player) has it. Otherwise, the mod works as it did before, but because of this change (and some new parameter in settings), technically this is a complete API overhaul, sry...
- So the client-side mod (StreamerConfigs) is ENTIRELY optional! but it does make all of the customization MUCH more pleasant and easy-to-read!
- As before, the TEXTURE PACK is still required for good visuals.
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 resourcepack is gud. also the client-side mod is gud.
Upcoming / Planned Features
- More platform icons (Punkord (cough-cough), Discord, etc.) --- suggest some anywhere on my discord
- I'VE DECIDED AGAINST: Web dashboard for live configuration. it's ridonculous.
- 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 --- still haven't. wanted the client first).
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:a2biq0td"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gbHqKlUz:a2biq0td"
}

