Tags
Creators
Details
3.11.3+fabric-1.21
Compatibility
Required content
Changes
- Resolved Issue #125, where the HUD screen's "Done" button would sometimes become stuck on the screen during gameplay
- Thank you to whoever reported this issue via the feedback form! Feedback helps me keep improving the mod for everyone, so thanks to everyone who contributes as well!
Sidenote:
In the meantime, the "Quick share" feature is now in development. If everything goes well and as planned, the feature should eventually allow people to quickly share their statistics with anyone else using this mod. For now, it seems to be going well.
If implemented, the feature will...
- Be fully client-sided (because it will use a CDN of mine instead of a Minecraft server). This means the feature won't require installing this mod on the Minecraft server
- Allow in-game people who use this mod to view quick-shared stats (will need internet connection tho, obviously)
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:n6PXGAoM:JdB9dfE9"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:n6PXGAoM:JdB9dfE9"
}

