find-blocks-by-type
Locate blocks of a specified type in Minecraft, returning the nearest matches first. Optionally limit the number of results and search distance.
Instructions
Find blocks of a specific type (sorted by distance, closest first)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| blockType | Yes | Type of block to find | |
| maxResults | No | Maximum number of blocks to return (default: 5) | |
| maxDistance | No | Maximum search distance (default: 16) |