Overview
AutoTool automatically switches your hotbar to the most efficient tool when breaking blocks. It detects which block you’re mining and selects the appropriate tool from your hotbar.Features
- Automatic tool selection based on block type
- Syncs with server to prevent desync
- Works with all vanilla and modded tools
- Respects block hardness calculations
How It Works
Configuration
This module has no additional settings - it works automatically when enabled.
Technical Details
Source Reference
Tool Selection Algorithm
The module usesInventoryUtils.getBestToolSlot() which:
- Checks all 9 hotbar slots
- Calculates mining speed multipliers for each tool
- Considers enchantments (Efficiency, etc.)
- Returns the slot with the fastest mining speed
Usage Examples
Best Practices
Tool Organization
Keep your tools in consistent hotbar slots for muscle memory
Backup Tools
Carry backup tools in case one breaks
Enchantments
Use Efficiency enchantments for maximum benefit
Durability
Monitor tool durability to avoid breaking mid-mine
Compatibility
- Compatible
- Known Issues
- All vanilla tools
- Most modded tools
- Custom block types
- All game modes
Related Modules
- AutoReplenish: Automatically refills broken tools
- Nuker: Mass block breaking with automatic tool selection