Tags
Creators
Details
Licensed GPL-3.0-or-later
Published 5 months ago
Updated last month
All versions
3.0.0-1.21.11
Release
3.0.0-1.21.11last month 42
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Dedicated servers only
Required content
Changes
StreamerUtils 3.0.0-1.21.11
New happenings
- alright, look having these MASSIVE fricking changelogs is so tiresome and annoying to maintain and there isn't even a need for it.
- with that said, what changes this mod so drastically is how it manages networking (the client-side mod stuff). it lets some new/other checks through now. I think you can call it telemetry? maybe I should change the about page on streamerconfigs then...
- anywho, this --- I believe --- breaks compatibility with that mod, which is why I chose these versioning semantics. I think I could've just put 2.1.0, but... wait why are you reading all this shi? go do something! go have fun, my guy ^^
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:vCDrxubT"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gbHqKlUz:vCDrxubT"
}

