All versions
9.0.0
Beta
CSN Tracker 9.0.0last month 24
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Works out of the box — no setup needed.
- The mod now reports automatically after install. Previously you had to create a Discord webhook and paste it into the settings before anything happened; most people never did, so the mod sat there doing nothing.
- Reports now show your in-game name, so it's clear which shop they came from.
- Auto-export runs 5 minutes after you log in, again 5 minutes later, then every 30 minutes.
Already set up? Nothing changes. If you've got your own webhook in the settings, it's kept and still used.
Requires Fabric API, Mod Menu and MaLiLib.
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:zM53CVdR:L9Q9Q6uX"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:zM53CVdR:L9Q9Q6uX"
}


