Tags
Creators
Details
All versions
2.0.7+26.1.2
Release
Auto Totem+ 2.0.7+26.1.22 months ago 5,924
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Client-side
Changes
v2.0.7
Fixed:
- Fixed the offhand-swap logic causing an infinite loop where items would repeatedly cycle between the hotbar and offhand, consuming excessive CPU
- Fixed totems sometimes equipping as a "ghost" item that visually appeared in offhand but didn't actually protect against death — caused by a client/server desync in the swap sequence
- Fixed totems being misplaced into the crafting grid instead of the intended hotbar slot
- Fixed the mod re-triggering and duplicating swaps when manually moving a totem in/out of the offhand slot via the inventory screen
Added:
- New config option: Pause in Inventory (default: On) — prevents Auto Totem from acting while your inventory screen is open, avoiding conflicts with manual item management. Can be disabled in the config screen, but doing so may cause totems to be duplicated or misplaced while the inventory is open
Changed:
- Totem equip/swap logic now uses precise slot-to-slot swaps instead of quick-move, ensuring items always land exactly where expected
- Swap sequence is now spread across multiple ticks to stay in sync with the server and avoid desyncs
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:uWKQfxMw:X8shLTfI"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:uWKQfxMw:X8shLTfI"
}

