build_cube
Create 3D shapes like cubes, rectangles, walls, and platforms in Minecraft Bedrock using precise coordinates. Specify material and hollow options for custom builds.
Instructions
Build CUBE/RECTANGLE: box, rectangle, wall, platform, room, house frame. Requires: x1,y1,z1,x2,y2,z2
Input Schema
Name | Required | Description | Default |
---|---|---|---|
hollow | No | Create hollow cube (default: false) | |
material | No | Block material to use | minecraft:stone |
x1 | Yes | Starting X coordinate | |
x2 | Yes | Ending X coordinate | |
y1 | Yes | Starting Y coordinate | |
y2 | Yes | Ending Y coordinate | |
z1 | Yes | Starting Z coordinate | |
z2 | Yes | Ending Z coordinate |