mc_nearby_blocks
Retrieves nearby block-entities like signs, chests, and banners within a configurable radius, excluding plain terrain blocks. Useful for debugging and inspection.
Instructions
Get nearby block-entities (signs, chests, banners, beacons, hoppers, furnaces, skulls, etc.) — the blocks worth browsing for debugging. Plain terrain (dirt, stone) is intentionally excluded.
Returns x, y, z, blockId (e.g. "minecraft:oak_sign"), type (Mojang class name), and distance for each. Use mc_block_details to drill in.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max entries returned. Default 100. | |
| range | No | Search radius in blocks. Default 16. |