All versions
1.0.1
Release
Tracks 1.0.1-1.21.10last month 28
Compatibility
Minecraft: Java Edition
1.21.10
Platform
Fabric
Supported environments
Client and server
Required content
Changes
v1.0.1
- Fix dirt-path blocks counting two steps when walking down onto them from a taller block
- Fix step counts being lost / mixed between Overworld, Nether and End (each dimension now has its own save file)
- Fix /tracks commands NPE'ing when run from console / command blocks /
/execute as - Fix config file falling back to defaults instead of crashing when it's empty or malformed
- Performance: stop reading and rewriting the save file every tick (now saves on world unload, server stop, and every 30s)
- Read/write config as UTF-8 explicitly
- Cleanup: removed dead example mixin and unused imports
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:gNatbNVC:fO00pBSW"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gNatbNVC:fO00pBSW"
}

