All versions
1.1.0
Release
Lodestone coords v1.1.02 days ago 13
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Changes
Added
- Option to show coordinates beside item name instead of separate tooltip lines.
- Support for custom dimensions in tooltips and Xaero waypoints.
- Mainhand and offhand compass hotkey support
Changed
- Copying coordinates to clipboard now defaults to
X: 00 Y: 00 Z: 00. - Hotkey now respects rebinding and does not block other binds using same key.
Fixed
- Debug chat messages only appear with debug mode enabled.
- Waypoints are created in compass target dimension, regardless of player location.
- Fixed debug logger recursion. (Old versions can cause a stack overflow when using the debug command)
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:76MKcIlf:Sf8qsdxI"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:76MKcIlf:Sf8qsdxI"
}


