All versions
1.3.0
Release
Easy Waypoints 1.3.03 days ago 22
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Client-side
Changes
Changelog - v1.3.0
Added
- Crosshair ping (
V) now places the waypoint next to the block you're pointing. - New "Max death waypoints" setting: choose how many death waypoints can exist at once (1 to 10) before the oldest one is deleted. Defaults to 1.
- The waypoint creation menu now shows a live preview of how the waypoint will look.
Changed
- Each waypoint's color swatch in the list now shows the actual marker shape instead of a plain square.
- The focus button now uses that same marker icon.
- Death waypoints now default to pure black instead of red.
- Other minor UI changes.
Fixed
- Death waypoints no longer show a duplicated skull symbol in their name.
Español
Changelog - v1.3.0
Añadido
- El ping por mira (
V) ahora coloca el waypoint junto al bloque al que apuntas. - Nuevo ajuste "Máx. waypoints de muerte": elige cuántos waypoints de muerte pueden existir a la vez (de 1 a 10) antes de que se borre el más antiguo. Por defecto, 1.
- El menú de creación de waypoints ahora muestra una vista previa en vivo de cómo se verá el waypoint.
Cambiado
- El cuadro de color de cada waypoint en la lista ahora muestra la silueta real del marcador en vez de un simple cuadrado.
- El botón de enfocar un waypoint usa ahora ese mismo icono de marcador.
- El color por defecto de los waypoints de muerte ahora es negro puro en vez de rojo.
- Otros cambios menores de interfaz.
Solucionado
- Los waypoints de muerte ya no muestran el símbolo de calavera duplicado en el nombre.
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:ZPGWLVk0"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:cDxVI98Z:ZPGWLVk0"
}

