place_block
Place a specified block from your inventory at exact coordinates in the Minecraft world.
Instructions
Place a block from inventory at specific coordinates
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X coordinate to place the block | |
| y | Yes | Y coordinate to place the block | |
| z | Yes | Z coordinate to place the block | |
| blockName | Yes | Name of the block to place (e.g., "cobblestone", "dirt") |