mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
feat: add autodig tool switching
Agent-Logs-Url: https://github.com/MCCTeam/Minecraft-Console-Client/sessions/e83f9c2a-a85c-4763-821b-c5b4a0db75a6 Co-authored-by: milutinke <441903+milutinke@users.noreply.github.com>
This commit is contained in:
parent
65dec59687
commit
1a86655dfb
4 changed files with 173 additions and 3 deletions
|
|
@ -748,6 +748,46 @@ redirectFrom:
|
|||
|
||||
- **Default:** `3.0`
|
||||
|
||||
#### `Auto_Tool_Switch`
|
||||
|
||||
- **Description:**
|
||||
|
||||
Automatically switch to a more suitable tool from your inventory before digging.
|
||||
|
||||
When `Durability_Limit` is above zero, tools below that durability threshold are skipped.
|
||||
|
||||
- **Available values:** `true` and `false`
|
||||
|
||||
- **Type:** `boolean`
|
||||
|
||||
- **Default:** `false`
|
||||
|
||||
#### `Durability_Limit`
|
||||
|
||||
- **Description:**
|
||||
|
||||
Will not use tools with less durability than this.
|
||||
|
||||
Set to `0` to disable this durability check.
|
||||
|
||||
- **Type:** `integer`
|
||||
|
||||
- **Default:** `2`
|
||||
|
||||
#### `Drop_Low_Durability_Tools`
|
||||
|
||||
- **Description:**
|
||||
|
||||
Drop the replaced tool if its remaining durability is below `Durability_Limit`.
|
||||
|
||||
This setting is only useful when `Auto_Tool_Switch` is enabled.
|
||||
|
||||
- **Available values:** `true` and `false`
|
||||
|
||||
- **Type:** `boolean`
|
||||
|
||||
- **Default:** `false`
|
||||
|
||||
#### `Dig_Timeout`
|
||||
|
||||
- **Description:**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue