Tags
Creators
Details
All versions
6.1.0
Release
Advancements Tracker 6.1.02 years ago 60.4K
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Forge
NeoForge
Supported environments
Client-side
Changes
Changelog for Advancements Tracker
Note
This change log includes the summarized changes. For the full changelog, please go to the Git Hub History instead.
6.1.0
- Refactored code for next major release.
- Fixed small issues.
2023.07.17
- Refactored code for 1.20.1-47.1.30
- Refactored code for 1.20-46.0.14
- Added Swedish translation (Thanks to @Regnander)
2023.07.09
- Refactored code for 1.19.4 and released fist RC.
2022.12.19
- Hide overlay automatic for debug overlay (f3).
2022.08.04
- Makes sure to ignore server side worlds, if installed on server.
2021.04.05
- Added Chinese translation (Thanks to @liuseniubi)
2021.03.26
- Initial commit for the working developer version.
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:ASIm7qwa:lwGVPN1D"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ASIm7qwa:lwGVPN1D"
}

