blocks
Perform block operations in Minecraft Bedrock, including placement, area filling, terrain queries, and surface detection, using coordinates and block IDs for precise world manipulation.
Instructions
Block operations: placement, area filling, terrain queries, single blocks, large areas, surface detection
Input Schema
Name | Required | Description | Default |
---|---|---|---|
action | Yes | Block operation to perform | |
block_id | No | Block ID (e.g., minecraft:stone, minecraft:dirt, minecraft:air) | |
mode | No | Block placement/fill mode | |
steps | No | Array of block actions for sequence. Each step should have "type" field and relevant parameters. | |
x | No | X coordinate | |
x2 | No | Second X coordinate for area operations | |
y | No | Y coordinate | |
y2 | No | Second Y coordinate for area operations | |
z | No | Z coordinate | |
z2 | No | Second Z coordinate for area operations |