1.0.0
Compatibility
Changes
Overview AutoTotemPlus is a simple client-side mod that automatically places a new Totem of Undying into your offhand whenever your current totem pops. No more frantically scrambling through your inventory mid-fight!
Features Instant Replacement - When your totem saves your life, a new one from your inventory immediately takes its place Hotbar Protection - Only uses totems from your main inventory, keeping your hotbar items untouched Zero Delay - No cooldown or lag between totem pop and replacement Client-Side Only - Works on any server without requiring server-side installation How to Use Keep Totems of Undying in your main inventory (not the hotbar) Hold one totem in your offhand (shield slot) When you take fatal damage and the totem pops, the mod instantly pulls a new totem from your inventory to replace it That's it! The mod works automatically in the background
Tips & Tricks Stock up on totems in your inventory before big fights or boss battles Keep your hotbar free for weapons, food, and other essentials The mod checks every tick, so replacement happens the moment your totem is used Known Limitations Requires at least one totem in your main inventory (slots 9-35) to replace the popped one Will not use totems from your hotbar to preserve your quick-access items
NOTE : I DO NOT RECCOMEND USING THIS ON SERVERS, AS IT WILL MOST LIKELY GET YOU BANNED.
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:OZFApJEO:ylcrDcRG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:OZFApJEO:ylcrDcRG"
}

