1.1.0
Compatibility
Required content
Changes
EXP Viewer! 1.1.0 â 1.21.x Expansion & Stability Pass đ
This update expands EXP Viewer! support to the full Minecraft 1.21.x range on Modrinth and improves overall runtime stability.
The goal of this release is simple: smoother gameplay, safer compatibility, and cleaner HUD behavior. â¨
â Highlights
- Expanded supported version range to 1.21.x đ¯
- Added separate Modrinth builds for:
1.211.21.11.21.21.21.31.21.41.21.51.21.61.21.71.21.81.21.91.21.101.21.11
- Improved rendering compatibility across newer 1.21.x internals đ ī¸
- Fixed multiple version-specific crash scenarios across modern 1.21 environments
- Polished HUD drawing consistency and animation reliability đŦ
- Internal cleanup and compatibility-layer hardening for better long-term maintainability
âšī¸ Notes
- This is a client-side Fabric mod.
- This release is the dedicated Modrinth build line.
Thanks for testing and reporting issues â it directly helped polish this version. â¤ī¸
Optional dependencies
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:CeAj2SRP:SX8tnd78"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:CeAj2SRP:SX8tnd78"
}

