Tags
Creators
Details
Licensed ARR
Published 8 months ago
Updated last month
All versions
0.3.1
Release
wWaypoints 0.3.17 months ago 1,344
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Required content
Changes
- File dialog issues resolved
- Several UI fixes
- Group collapse improvements
- New quick settings defaults
- Locked waypoints now disable all edit controls
- Quick waypoint deletion now fully resets waypoint data instead of reusing cached info
- Chat waypoints now open the menu instead of instantly creating
- Fixed Toggle Sneak Improvements not allowing Ender Chest interaction
- Autopick icon blur resolved
- Added an autopick debugger
- Default name in Label Stylist now saves and applies correctly
- Renamed Settings tab from Waypoints to Import / Export
- Reordered Block Label to Label Block in waypoint menu
- Hide-waypoints message now uses clearer wording
Optional dependencies
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:fUkwiC8Z"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:eQke7g17:fUkwiC8Z"
}


