blocks
Execute block operations in Minecraft Bedrock Edition: place, fill, query terrain, detect surfaces, and manipulate large areas with coordinates and block IDs.
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 | |
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 |