Links
Tags
Creators
Details
All versions
1.5
Release
Auto Totem-Optimized 1.5.06 days ago 79
Compatibility
Minecraft: Java Edition
26.3
Platform
Fabric
Supported environments
Client-side
Changes
AutoTotem 1.5.0
Minecraft 26.3
Changelog
- Updated to Minecraft 26.3 (Wilderness Bound)
- Updated Gradle to 9.6.0
- Updated Fabric Loader to 0.19.5
- Updated Fabric API to 0.160.7+26.3
- Updated input handling for the new SDL-based input system
InputConstants.Type.KEYBOARDInputConstants.KEY_V
- Updated status message to use
sendOverlayMessage - Confirmed compatibility with 26.3 Mojang mappings
- No changes to core auto-swap logic or health thresholds
Notes
- Client-side only
- Requires Fabric API for 26.3
- Default toggle key remains V (configurable in Controls)
- Health thresholds unchanged: swap in at โค 2 hearts, swap back at > 5 hearts
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:LKJiwiCx:r9IwH4OQ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LKJiwiCx:r9IwH4OQ"
}

