Tags
Creators
Details
1.8.7
Compatibility
Required content
Changes
Waypointer 1.8.7 is here. This is mostly a cleanup update, massive code changes and architectural improvements, with some refactoring and assessment of comments. Hopefully no issues occur!
Lots of attention to detail changes not mentioned here.
Highlights
- New 3d route preview on the export screen. Enable in Settings -> Sharing -> Export screen.
- New appearance page in settings that consolidates all of the appearance options
- You can now choose dungeon waypoint types directly while adding or editing a waypoint, including secrets, Etherwarps, Dungeonbreaker, Superboom, pearls, items, and bats.
/wp importnow accepts route, settings, and (waypointer/odin) dungeon routes.- New icons painted by me in Aseprite. I'm no artist, so if you have any better do feel free to make a PR ^_^
Improved
- Large imports and exports now process off of the game thread (improves performance)
- Dungeon routes are smaller, and codes from earlier Waypointer versions still import.
- Importing a single route now keeps the name stored in its share code.
- Route and waypoint lists are easier to search, scroll, navigate with a keyboard, and use with narration.
- Waypoints, tracers, and edit outlines now remain visible through glass and other translucent blocks.
- Waypoint commands now use the same one-based waypoint numbers shown by
/wp list. Route indices remain zero-based. - Numeric settings reject invalid or out-of-range values
- Dungeon rooms now complete from the actionbar secret count instead of a green checkmark from the dungeon map.
- The Everything settings preset has been replaced with Disable All.
Removed
- Removed the one-click community dungeon-route downloader and its first-dungeon prompt. Manual file imports remain available through
/wpd import <file>. (Didn't feel right bundling someone else's hard work in my mod.) - Removed the in-game dungeon route recorder and its test, reset, room, and waypoint commands. (Too imprecise)
- Removed route timers and personal-best tracking. (Useless, but can readd if requested. Also a bit unpolished and haven't planned on improving it.)
- Removed the seven waypoint-editor shortcuts added in 1.8.6. (These were not supposed to make it to prod lol)
Compatibility
- Supports Minecraft 26.1.2 and 26.2; both builds require Java 25. No 1.21.11 release for this 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:VsST7Yka:lHl4KF0y"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VsST7Yka:lHl4KF0y"
}

