Automatic Tool Swap
Loading data...
Switches to the most effective mining tool in your hotbar.
Config​
sneak_to_prevent​
- Default:
true
- Description: If enabled, sneaking prevents tool swapping.
sneak_to_prevent=true
sorttype​
- Default:
LEVEL
- Description: Sets the mode for tool selection:
LEVEL
: Sorted by harvest level, lowest firstLEVEL_INVERTED
: Sorted by harvest level, highest firstLEFT_TO_RIGHT
: Sorted from left to rightRIGHT_TO_LEFT
: Sorted from right to leftENCHANTED_FIRST
: Sorted by harvest level, highest enchanted item firstENCHANTED_LAST
: Sorted by harvest level, highest unenchanted item first
Allowed Values: LEVEL
, LEVEL_INVERTED
, LEFT_TO_RIGHT
, RIGHT_TO_LEFT
, ENCHANTED_FIRST
, ENCHANTED_LAST
sorttype="LEVEL"
save​
- Default:
true
- Description: If enabled, tools with 1 durability left will be saved. This only applies to breaking a block and does not affect actions like stripping, flattening, or tilling.
save=true
min_durability​
- Default:
1
- Range:
> 1
- Description: Minimum durability an item must have to be saved.
min_durability=1
ignore_harvest_level​
- Default:
true
- Description: If enabled, the harvest level of tools will be ignored when breaking blocks. Otherwise, it will always use the lowest possible tool.
ignore_harvest_level=false
ignore_empty_hand​
- Default:
ALWAYS
- Description: Choose the mode when swapping is allowed:
ALWAYS
: Always swap, ignore the item in hand.EMPTY_HAND
: Only swap if your hand is empty.ITEMS
: Only swap if you're holding any item.TOOLS
: Only swap if you're holding any tool (items with tagminecraft:tools
).NO_TOOLS
: Only swap if you're holding an item other than a tool (items with tagminecraft:tools
).
Allowed Values: ALWAYS
, EMPTY_HAND
, ITEMS
, TOOLS
, NO_TOOLS
ignore_empty_hand="ALWAYS"
swap_mode​
- Default:
TAG
- Description: Choose the mode for how to detect items:
TAG
: Default mode, works best with modpacks containing other tool mods.VANILLA
: Use this ifTAG
mode doesn't work, especially on vanilla servers.
Allowed Values: TAG
, VANILLA
swap_mode="TAG"