Tags
Creators
Details
Licensed GPL-3.0-or-later
Published last month
Updated 2 days ago
All versions
0.2.0-beta
Beta
Beta Changes2 days ago 8
Compatibility
Minecraft: Java Edition
26.2
26.1.x
Platform
Data Pack
Changes
- Changes
- Compasses with lodestone only display coordinates in the same dimension the lodestone is in
- Torchflowers light has been increased.
- age 0: 2 -> 4
- age 1: 4 -> 8
- adult: 8 -> 12
- Features
- New Item:
- Return Compass
- Find Recipe books for the return compass when exploring mineshafts, shipwrecks and ruined portals!
- Use it with a lodestone and when far away, consume the return compass to tp home! (Only works in the same dimension, if it fails it consumes either way)
- There's also an achievement for using it!
- The item requires the use of a resource pack, bundled with the datapack
- Return Compass
- New Item:
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| Nitpicks-resourcepack.zip | Required resource pack | 287.71 KiB |
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:2o8tV2pa:g3gh2x55"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:2o8tV2pa:g3gh2x55"
}

