Tags
Creators
Details
All versions
1.11.0
Release
Waypointer 1.11.0last week 453
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Client-side
Required content
Unavailable version
Unavailable version
Changes
Added
- Create Crystal Hollows structure routes that move with their structure between lobbies.
- Track Crystal Hollows structures on a movable, resizable minimap. Edit it with
/wp minimap. - Edit published routes, replace their waypoints, or change visibility without changing their share links.
- SkySoft waypoint compatibility
- Undo and redo changes in the route editor and painter.
- Optional Skyblocker structure sharing, with nearby checks that hide inaccurate coordinates. (if you are on the skyblocker team and want this shut off please create an issue, i can shut it off immediately)
- Share known structure coordinates with one click when another player asks in chat.
- Send feedback in-game with screenshots (these go directly to my email pls dont spam)
- Use
{distance},{index},{total}, and{route}in waypoint names! (also, did you know you can use colors? try&aTEST!)
Changed
- Browse My Routes in a searchable, full-screen grid.
- Fuzzy search for settings
- Adjust waypoint placement distance with the mouse wheel (can now be placed midair!)
- Open structure routes directly from the Structures folder
- Keep structure markers visible during focus mode
- Added more data to
/wp debug - Chat coordinate Block buttons are now optional and hidden by default.
Fixed
- Closer waypoints and labels now draw in front of distant ones.
- Fixed crashes when changing player searches in the route catalog.
- Fixed missed area changes when sidebar information arrives late.
- Newly installed dungeon routes now activate without removing older packs.
- Wishing Compass checks now work between the Crystal Nucleus and surrounding areas.
- Fixed overlapping Wishing Compass labels.
- Local structure detections now replace unverified shared coordinates.
- Rejected publisher names now reopen Choose Publisher Name with the error visible.
Performance
- Faster searches
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:6blK9CEU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VsST7Yka:6blK9CEU"
}

