Tags
Creators
Details
Licensed ARR
Published 8 months ago
Updated last month
All versions
0.6.0
Release
wWaypoints 0.6.02 months ago 18.4K
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
Platforms
Fabric
Quilt
Supported environments
Client-side
Required content
Any compatible version
Changes
UI
- Overhauled and reorganized the Settings UI
- Added improved search inside settings
- Added a brand new organized waypoint UI
- Added 9 default waypoint colors
- Added hex code support
- Color palettes can be changed by double-clicking
- Folders and waypoints have separate color lists
- Improved bulk editing items
- Waypoint UI now pauses single player.
- Added additional animations to UI's that can now be set to All, Reduced or None.
Label Presets / Label Stylist
- Reworked the Label Stylist with a cleaner and more powerful editor
- Added HD block labels
- Removed the old Text / Initial / Icon label type system
- Added support for unlimited label presets
- Added 5 built-in label presets:
- Icon
- Text
- Icon Colored
- Text Colored
- Simple
- Presets can be used as a base and further customized per-waypoint
- Support for sharing and importing label presets using
.wpresetfiles - Added shapes within labels
- Added custom images for labels
- Added outline elements for labels
- Added improved visibility for overlapping waypoints
- Waypoints now feel cleaner and smaller by default
Defaults System
- Reworked Defaults to pair better with presets
- Block Display can now be disabled per preset
- Old Block Only mode can be recreated by setting Default Label Preset to Label Off
- Defaults are no longer split by Single / Clump / Group data types to work better with presets
Label Element Visibility
- Hide When Near can now apply to all label elements, not just distance
- Added Show Only When Facing for each label element
- Distance now only shows when facing by default, as defined by all built-in presets
Distance Display
- Added Shorten Distance option
- When disabled, long distances display fully, for example
100000minstead of100k - Distances within 20m now show 1 decimal place precision
Xaero's Import
- Improved the Xaero's import menu
- Imported waypoints can now be assigned a label preset
- Added import customization options:
- Height source can match Xaero's or use the preset
- Icon source can use blocks, initials, or custom images
Block Icons
- You can now zoom in more or less in the block icon selection screen
Files / Compatibility
- All of your old waypoints will be remapped to built in presets automatically
- Added a more organized file format
- Added new folder locations
- Added Realm support
- Added Proper custom dimension support
- Added Quilt compatibility
Removed
- Removed Quick Settings
- Removed Party Link because it was unfinished, caused issues, had a small audience, and was too much work to maintain with the new preset system
Bug Fixes
- Fixed weird lines appearing on the edges of blocks inside clumps
- Zooming into a waypoint doesn't falsely hide it thinking it's "offscreen"
Optional dependencies
Any compatible 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:eQke7g17:BWk2bXHP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:eQke7g17:BWk2bXHP"
}

