All versions
0.1.2+fabric-26.2
Release
0.1.2+fabric-26.23 weeks ago 946
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
v0.1.2
Fixed
- Searching for the same biome again no longer adds a second waypoint. Nature's Compass samples on a grid anchored at your own position, so the same biome comes back at slightly different coordinates every search. Biome waypoints are now matched by name instead of position. Structures are still matched by position, so two different villages still get two pins.
- Carrying a compass that still shows an earlier result into another dimension no longer drops that result onto the new map. A compass does not record which dimension it searched.
- Rejoining a world no longer re-registers whatever the compass is still showing.
- Structure waypoints were matched on Y as well, which is an estimate that shifts with chunk loading. Y is no longer part of the check, so the same structure no longer slips through and pins twice.
Changed
- The homepage and the bug-report link shown in the mod list now point at the CurseForge page.
Optional dependencies
Any compatible version
Any compatible version
Any compatible version
Any compatible version
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:V7BPfphg:D5rUUiSE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:V7BPfphg:D5rUUiSE"
}

