Tags
Creators
Details
0.2.3
Compatibility
Required content
Changes
It's sure been a while! This release fixes some issues & changes the way the mod is used:
- Fixed detection issues because of the new MCCI update & general issues it had
- Added Rocket Spleef Rush support / tracking, the mod tracks these stats for rocket spleef:
- Kills
- Deaths
- KDR
- Longest time alive
- Placement (Last placement & Average)
- Removed the mod libraries from being embedded into the mod! to continue using the mod, you now must also install YACL and Mod Menu separately in order for the mod to work!
To install & use the mod now, you need to be on minecraft version 1.20.4, install the Fabric Loader installed for Minecraft Version 1.20.4! (There is no support for 1.19.4 this time! unless people seem to want it), the 0.97.0+1.20.4 or higher version of the Fabric API, and both YACL and Mod Menu in their 1.20.4 supported versions in order for the mod to work!
If you have any other issues, report them through Github Issues
Full Git Changelog: https://github.com/danielml2/mcci-stats-tracker/compare/0.2.2...0.2.3
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:Kj414Khn:vU5vyxja"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Kj414Khn:vU5vyxja"
}

