Tags
Creators
Details
Licensed CC-BY-NC-ND-4.0
Published 9 months ago
Updated 3 months ago
All versions
1.2.0
Release
WayPointMod 1.2.07 months ago 4,319
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Changes
Changelog
Added
- Top compass-style waypoint locator (RPG/vanilla-like).
- Distance clustering for far waypoints to reduce overlap/jitter.
- Settings menu to toggle locator elements:
- degree ticks ↔ simple horizontal bar
- cardinal direction labels (N/E/S/W)
- waypoint markers on the locator
- full locator on/off
- full HUD on/off
- Quick create waypoint hotkey B:
- name auto-filled as current coordinates
- random color
- opens waypoint editor immediately
- Color palette (HSV picker) in waypoint create/edit screen.
- Auto-points toggle moved into settings (including death/automatic waypoints support).
- Old “Waypoint HUD list” is disabled by default (can be enabled in settings).
Changed
- Waypoint GUI redesigned:
- per-row action buttons (hide/show, favorite, share, delete)
- edit opens by clicking the waypoint row
- favorites shown first
Fixed / Improved
- Reduced marker merging issues by clustering logic.
- Cleaner locator rendering (no frame/dimming where disabled).
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:bff8xTpH:WJqLiaRi"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:bff8xTpH:WJqLiaRi"
}

