All versions
1.3.2
Release
Easy Waypoints 1.3.22 weeks ago 167
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Changes
v1.3.2
Added
- Waypoint sync feature with Xaero's Minimap: import and export buttons between both mods in the bottom corner of the waypoint list (requires Xaero's Minimap installed)
- FastPing: Places a quick waypoint where the crosshair is pointing without opening any menu (
V) - Option to share waypoints with Xaero's chat format.
- New copy coordinates feature by double-clicking on the name or coordinates in the waypoint list
Changes
- Classic ping key changed to
H - Small interface changes
Español
Añadido
- Función de sincronización de waypoints con Xaero's Minimap: botones de importar y exportar entre ambos mods en la esquina inferior de la lista de waypoints (requiere Xaero's Minimap instalado)
- FastPing: Coloca un waypoint rápido a donde apunta la mira sin abrir ningún menú (
V) - Opción de compartir waypoints con formato de chat de Xaero.
- Nueva función de copiar coordenadas con doble click sobre el nombre o las coordenadas en la lista de waypoints
Cambios
- Tecla de ping clasico cambiada a
H - Pequeños cambios en la interfaz
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:cDxVI98Z:HjZCNHlF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:cDxVI98Z:HjZCNHlF"
}

