All versions
1.4.1
Release
AutoToolSwitcher 1.4.13 months ago 56
Compatibility
Minecraft: Java Edition
26.2
26.1.x
Platform
Fabric
Supported environments
Client-side
Changes
🛠️ Auto Tool Switcher 1.4.1 Changelog
✨ Added
- Added hotbar slot filters.
- Added durability safety.
- Added configurable minimum durability limit.
- Added restore delay to reduce slot flicker.
- Added smarter combat scoring.
- Added Sharpness, Smite, and Bane of Arthropods support for combat switching.
- Added optional combat axes.
- Added optional combat maces.
- Added optional ranged combat switching for bows and crossbows.
- Added optional right-click block tools for axes, hoes, shovels, and shears.
- Added optional HUD indicator when the mod switches slots.
- Added config profiles:
- Default
- Mining
- Building
- Combat
- Minimal
- Added unbound keybinds for:
- Toggle Auto Tool Switcher
- Toggle block look switching
- Toggle mining switching
- Toggle combat switching
- Hold to pause auto switching
- Added expanded Mod Menu settings tabs.
🔧 Changed
- Improved
/autotoolswitcher status. - Improved
/autotoolswitcher help. - Updated the Mod Menu settings layout.
⚙️ Defaults
- Mining switch: ON
- Hostile mob melee switch: ON
- Restore previous slot: ON
- Drop safety: ON
- Durability safety: ON
- All hotbar slots allowed: ON
- Restore delay: 8 ticks
- Optional extras: OFF by default
📝 Notes
- Optional features are included but disabled by default.
- Use Mod Menu to configure advanced settings.
- This is a big settings and quality-of-life update.
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:sMbJ1e6K:2HK5YTCX"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:sMbJ1e6K:2HK5YTCX"
}

