MT AutoTool Mod
Key Features
We offer you a flexible and lightweight client-side MT AutoTool mod for Minecraft that automatically selects the most effective tool or weapon from your inventory based on the interaction target. During resource extraction or combat with mobs, the mod ensures the use of the most appropriate tools.
Functionality
Automatic tool selection - intelligent switching to optimal tools for breaking blocks.
Independent weapon selection system - automatic equipping of the most effective weapons when attacking creatures and mobs.
Customizable controls - ability to enable or disable automatic switching through an assigned key.
Configuration
The mod comes with an intuitive configuration file autotool.json, providing the following capabilities:
Custom weapon prioritization - defining weapon selection order through weaponOrder setting (for example: "sword", "trident", "axe").
Debug mode - activation of detailed logging to simplify problem detection by setting debugMode to true or false.
Automatic switching management - control of auto-switching function activity through enableAutoSwitch parameter.
Configuration Example
{
"weaponOrder": [
"sword",
"trident",
"axe"
],
"debugMode": true,
"enableAutoSwitch": true
}