RangeDigger
This Action is designed for digging all specified blocks in range.
Makes Up
An Action is fundamentally made up of two main components:
- type
rangeDigger- data
see RangeDiggerData
RangeDiggerData
Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
block_props | true | - | The list of blocks to dig. | |
range | number | false | 3 | The range to dig. |
flying | boolean | false | false | Whether the bot can fly while digging. |
tool | string | true | - | The tool to use for digging. (e.g. pickaxe, shovel, axe, shears) |
max_dig_amount | number | false | 1 | The maximum amount of blocks to dig at once. |
Example
[
{
"type": "rangeDigger",
"data": {
"block_props": [
{
"name": "ice"
}
],
"tool": "pickaxe",
"range": 5,
"max_dig_amount": 3
}
}
]
Last modified: 12 11月 2023