1.0.0
Compatibility
Changes
Void Totem Never lose your gear to the abyss again! This mod adds a specialized Void Totem designed specifically for End explorers. To use it just put it in inventory or in hand. Features:
- Automatic Rescue: If you fall into the void, the totem automatically teleports you back to the safety of the center End island (0, 65, 0).
- Instant Protection: Provides a brief burst of Resistance upon teleportation to ensure a safe landing.
⚠️ Warning:
- End Only: This protection ONLY works in the End dimension. Falling into the void in the Overworld or Nether will still result in a standard death.
Crafting Recipe: To craft this lifesaver, you will need:
- 4 Diamonds
- 1 Obsidian
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:uchyfi3i:oYczab8D"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:uchyfi3i:oYczab8D"
}

