get-block-info
Retrieve properties of any block in the Minecraft world by providing its x, y, and z coordinates. Enables AI assistants to query block types and states during building or exploration tasks.
Instructions
Get information about a block at the specified position
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X coordinate | |
| y | Yes | Y coordinate | |
| z | Yes | Z coordinate |