1.0.0
Compatibility
Changes
!!AI Generated, all funding goes to charity!! Never lose your way again.
Echo Pearl adds a single, elegant item to Minecraft: the Echo Pearl. Set an anchor anywhere in your world, explore freely, and teleport back in an instant ā no matter how far you've wandered. ⨠How It Works
Action/Effect Right-click (no anchor): Locks your current position as an echo anchor Right-click (anchor set): Teleports you back to the anchored position
The anchor coordinates are stored inside the item itself, so you can carry multiple Echo Pearls and keep different anchors for different locations.
šØ Crafting
Ender Pearl + Echo Shard = Echo Pearl
Echo Shards are found in Ancient Cities inside Deep Dark biomes ā fitting for a pearl of this power.
ā” Features
- Anchor tooltip ā hover over the pearl to see your saved coordinates
- Portal particles burst at both departure and arrival points
- Cross-dimension protection ā safely blocked with a clear message if your anchor is in another dimension
- 5-second cooldown after teleporting to prevent abuse
- Stacksize: 1 ā carry it like the precious tool it is
- No fall damage on arrival (you land exactly where you stood)
š¦ Requirements
- Minecraft 1.21.1
- Fabric Loader
ā„ 0.15.11 - Fabric API
š Building from Source
not avalible yet
š License
MIT ā do what you want, just give credit.
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:39LfWfqd:iCNq75DT"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:39LfWfqd:iCNq75DT"
}

