Tags
Creators
Details
3.12+fabric-1.21
Compatibility
Required content
Changes
Thank you to everyone who contributed to the alpha testing of the "Quick-share" feature in v3.12-alpha.1. Although I did not get any feedback, the people who tested the feature helped me improve things on my end, and ensure everything's working properly.
- Added quick-share, a feature that allows anyone to quickly publicly share their statistics with anyone else, with one click of a button
- Since the alpha version, I have implemented more human-readable and translatable error-handler texts for errors that can take place while using the quick-share feature. Although note that some errors may still be English-only or too technical to understand. If you ever run into them, feel free to ask me, and I'll try my best to help you out.
- Added two more entries to the "Special thanks" section of the "Credits tab"
- They were added in the alpha version of
v3.12
- They were added in the alpha version of
- Added two more config settings for GUI personalization.
- In reference to Issue #123.
- Upscaled the texts in the "Credits tab", as they were too tiny on some people's monitors.
- Although this means that for some people, the text may be a bit too big now, depending on the graphics settings. It's what it's, as you can't really cover all possible case scenarios.
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:4zvus7f3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:n6PXGAoM:4zvus7f3"
}

