Automatic Off-Hand Totem Swapper for Fabric
Auto Totem is a lightweight client-side utility mod that automatically moves a Totem of Undying into your off-hand when your health is critically low, and swaps it back when you recover.
A simple keybind lets you enable or disable the feature on the fly.
Supported versions: Minecraft 1.21.9 → 26.3
When the feature is enabled:
| Condition | Action |
|---|---|
| Health ≤ 2 hearts (4.0 HP) | Instantly finds the first Totem in your inventory and moves it to the off-hand |
| Health > 5 hearts (10.0 HP) | Swaps the Totem back to the exact slot it came from |
- Default key: V
- Pressing the key enables / disables the automatic swapping
- A clear status message appears on the action bar:
AutoTotem: EnabledAutoTotem: Disabled
You can change the key in
Options → Controls → Key Binds → AutoTotem
- Install Fabric Loader for your Minecraft version
- Install the matching Fabric API
- Download the AutoTotem jar built for your version
- Place it in your
.minecraft/modsfolder - Launch the game with the Fabric profile
This is a client-side only mod. It does not need to be installed on the server.
Because Minecraft 26.1+ is unobfuscated (Mojang mappings) while 1.21.x used Yarn, separate builds are provided for:
- 1.21.9 – 1.21.11
- 26.1.x
- 26.2
- 26.3
Always download the jar that matches your game version.
Currently there is no config file.
All behaviour is controlled by the keybind and the built-in health thresholds (2 hearts / 5 hearts).
| Item | Value |
|---|---|
| Mod ID | autototem |
| Package | com.noty.auto |
| Minecraft | 1.21.9 – 26.3 |
| Fabric Loader | ≥ 0.16 (1.21.x) / ≥ 0.19.5 (26.x) |
| Fabric API | Required (version matching your Minecraft version) |
| Java | 21 (1.21.x) · 25 (26.x) |
| License | GPL-3.0 |
This project is licensed under the GNU General Public License v3.0.
See the LICENSE file for details.
- Modrinth: https://modrinth.com/user/NotY215
- Issues: https://github.com/NotY215/AutoTotem/issues
- Source: https://github.com/NotY215/AutoTotem