1.2.0
Compatibility
Required content
Changes
1.2.0 — The Expedition Update
Status: stable and recommended
- Added Trail Mode for recording journeys and retracing them through particle breadcrumbs.
- Added an animated compass needle directly to the Wayfinder item.
- Added optional world-space markers for viewing destinations in the distance.
- Added marker icons for homes, mines, villages, portals, danger, treasure, and more.
- Added names and dye colors for shared Waystones.
- Added HUD, particle, sound, marker-letter, and accessibility settings.
- Redesigned the Trailbook and settings screens with a unified parchment appearance.
- Improved marker accuracy at long distances and while changing camera direction or field of view.
- Improved Last Death markers so they persist through world and server restarts.
- Fixed the Trailblazer advancement background, Trailbook text alignment, and Trail Mode key behavior.
- Retained existing 1.1 marker data, active selections, Wayfinders, and placed Waystones.
NOTES
The trail remembers every turn—even when you do not. Record the expedition, follow the golden breadcrumbs home, and let the Wayfinder’s needle point toward whatever comes next. ✦
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:O2YARrUd:mJyzZ15T"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:O2YARrUd:mJyzZ15T"
}

