Tags
Creators
Details
Licensed ARR
Published 8 months ago
Updated 4 days ago
All versions
0.8.0
Release
wWaypoints 0.8.04 days ago 14.4K
Compatibility
Minecraft: Java Edition
26.2
Platforms
Fabric
Quilt
Supported environments
Client-side
Changes
Features:
- Added Waypoint Sharing!
- One-time item sending
- Allows patreons to send and recieve waypoints to/from anyone
- Shared Folders
- Invite your friends to a folder for a specific world, and share items together in real time. Works while your offline too.
- Party Folders
- Second Implementation of a hoplite party synced folder
- Syncs with the status of your hoplite folder. You can kick, disband, transfer and warp all from the party folder. (Including requesing a warp as a member)
- New waypoints will create in your own subfolder in the party folder, and will sync in real time with teammates.
- One-time item sending
- Forge/Neoforge is now supported! (1.20+)
- Fabric/Quilt now support 1.20 and above!
- Ui changes:
- New waypoints, folders, shared folders, groups and templates can all be made using the new
+button in the waypoint list - New lock icon
- Smaller toggle icons
- New waypoints, folders, shared folders, groups and templates can all be made using the new
- Allowed the use of subfolders
- While sneaking, you can now remove floating waypoints by aiming at their block position within 16 blocks.
- New mod icon
- Hovering over waypoints show their distance from you
- New option in
datato manage wwaypoint saves
Fixes
- Heavily cleaned up codebase
- Folder icon is now 16x16
- Multiple waypoint list edge cases fixed and are more predictable
- Improved waypoint placement when using Use Block Model to better match the block you're standing on
- Improved clump outlines with Use Block Model to reduce unnecessary interior lines
- Clump saving is much more optimized
- Added a potential fix for poor text rendering on uncommon monitor resolutions
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:vudKzlxH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:eQke7g17:vudKzlxH"
}

