get-block-info
Retrieve details about any block in Minecraft by specifying its x, y, and z coordinates. Get block type and properties to support building, mining, and automation 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 |