../projects
AutoTotem+
Fabric mod for automatic totem equipping, 140k+ downloads
Modrinth140.5k+ downloads
A Fabric mod that automatically swaps a Totem of Undying into your offhand when it's empty, using a tick-spread state machine that mirrors vanilla's own slot-swap packets so the server never flags it as suspicious. Rebuilt around a proper IDLE → SWAP_IN → EQUIP → RESTORE state machine to fix ghost-totem and infinite-hotbar-cycle bugs from earlier versions, with correct inventory-to-container slot index mapping and full server-side sync for the offhand equip.
fabric/java/minecraft
Changelog
26.2 port — June 2026
- Fixed ghost-totem and infinite-hotbar-cycle bugs by replacing QUICK_MOVE with tick-spread PICKUP-style slot swaps
- Ported to MC 26.2 (Loom 1.17+, Fabric API 0.152.2+26.2, ModMenu 20.0.0-beta.3)
- Fixed the minecraft.gui.setScreen() API change in 26.2
- Added a pauseDuringInventory config option