1.0.0
Compatibility
Changes
BlockMark Mod v1.0.0 – Initial Release
Released: 2025-12-25
Added ability to create custom waypoints anywhere in the world.
Waypoints display coordinates and distance from the player.
Color-coded waypoints for easy identification.
Custom naming for each waypoint.
Waypoints persist across game sessions.
Simple, intuitive in-game GUI for managing waypoints.
v1.1.0 – Quality of Life Update
Released: 2026-01-10
Added teleportation to waypoints (configurable).
Waypoints now show in compass overlay.
Added “favorite” waypoints for quick access.
Waypoints can now be hidden temporarily.
Minor bug fixes and performance improvements.
v1.2.0 – Adventure Features
Released: 2026-02-05
Added waypoint icons (e.g., home, mine, village).
Distance units configurable (blocks, meters, etc.).
“Waypoint list” accessible from pause menu.
Improved GUI design and animations.
Fixed rare crash when creating multiple waypoints in the same spot.
v1.3.0 – Multiplayer & Sharing
Released: 2026-03-01
Waypoints can now be shared with other players on the server.
Permissions added: admins can lock waypoints.
Added option to export/import waypoints to JSON.
Fixed display bugs when multiple players are near a waypoint.
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:3K0Dxp1c:Ok44PUX5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:3K0Dxp1c:Ok44PUX5"
}

