AutoTool is a lightweight and customizable Minecraft client-side mod that automatically switches to the best tool or weapon in your inventory based on the target you're interacting with. Whether you're mining blocks or fighting mobs, the mod ensures you always use the most efficient tool or weapon for the job.
The mod includes a user-friendly configuration file (autotool.json) where you can:
weaponOrder list (e.g., "sword", "trident", "axe").debugMode to true or false.enableAutoSwitch.{
"weaponOrder": [
"sword",
"trident",
"axe"
],
"debugMode": true,
"enableAutoSwitch": true
}