Tags
Creators
Details
3.12-alpha.1+fabric-1.21
Compatibility
Required content
Changes
Note: Requires TCDCommons v3.12 or higher
This Alpha release features a bit of an earlier version of a new feature that's coming to 3.12, "Quick share".
This new feature allows people to share their statistics with others, with just one click of a button.
The goal with this release is solely to allow people to test out the feature early, and let me know what they think. So, if you do choose to download this version, please do test out the feature, and tell me what you think. Things like, whether you like it or not, how would you change or improve the GUI, what you dislike about it, and so on... (also I did not implement a proper error-handler GUI, so for now you'll get a dialog box showing the error instead, if it happens)
v.3.12 will fully release soon. In the meantime, I'd love to get some feedback. To provide feedback, you may open a GitHub issue, or contact me directly (which could be CurseForge DMs or my contact form or CurseForge comments section), or you could use the feeback form (which I would actually prefer you do).
- Added quick-share
- Made some tweaks and bug fixes
- Added two more entries to the "Credits" tab
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:LjUuZyjm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:n6PXGAoM:LjUuZyjm"
}

