Collect Blocks (Mine + Pick Up)
minecraft_collect_blockFinds and mines the nearest matching block, then walks over to pick up the drops so the item is added to your inventory. Use this to gather resources like wood, stone, or dirt.
Instructions
Finds the nearest matching block(s), mines them, and automatically walks over to pick up the drops — more convenient than minecraft_dig_block when you actually want the item in inventory (e.g. "get me some wood").
Returns: { message: string, requested: number } Errors: no matching blocks within range, or a dig/pickup failure partway through.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| block_name | Yes | e.g. "oak_log", "stone", "dirt" |