Inspect a block
get_block_atFind out which material occupies a specific block coordinate in Minecraft. Read the block type at given x, y, z with optional world and player names.
Instructions
Read which material occupies the block at the given coordinates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X coordinate | |
| y | Yes | Y coordinate | |
| z | Yes | Z coordinate | |
| world | No | World name (defaults to the player's current world) | |
| player | No | Online player name (defaults to the first online player) |