Tags
Creators
Details
Licensed GPL-3.0-or-later
Published 4 months ago
Updated last month
All versions
2.0.0-1.21.11
Release
2.0.0-1.21.11last month 32
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Required content
Unavailable version
Unavailable version
Changes
StreamerConfigs 2.0.0-1.21.11
RELEASE FEATURES
- Some new features were added. One of them is a key validator.
- Compatibility HUD UI can now be one of three states: Plenary, Compact or NONE (wow, none). This is the element responsible for showing you whether or not the server you're on is compatible with the mod (has server-side mod).
FIXES
- I believe I've fixed the mismatch when syncing the twitch live status with twitch and the server-side.
Notes
- Requires Fabric Loader 0.19.2+, Fabric API 0.141.3+ and Twitch4J-1.23.0+1.9.0 (basically the same as StreamerUtils, nothing changed).
- Built for Minecraft 1.21.11; other versions may work with updated mappings.
- Client‑side only – the server does not need the mod, but the client-side mod doesn't actually functionally do anything without its server-side companion, as it's literally made FOR THAT.
Upcoming / Planned Features
previously, I said:
I just thought about this... I actually wanted to release 1.0.0 as the mod being complete without any changes needed. I wanted to be fully satisfied with the mod before I publish it, but I just thought of this: right now, you can change your icon in the gui menu, ofc, but it's not actually dynamic, unlike the emojis. The emojis work very well! You can add ANY emojis to the server-side and as long as the appropriate packets are maintained, it can be sent to this mod upon joining the server. However icons right now are hardcoded, so when I plan on adding new icons, that'll bite me in the butt. So maybe I should change that as well.
that's still in the plans. I just kinda got busy lately. I will try to get back to this, but rn I just wanna stream ;-;
- I'm fine downporting, if ppl need it
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:jIaoP32w:m5yf2AVQ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jIaoP32w:m5yf2AVQ"
}

