build_sphere
Define center coordinates and radius to generate a sphere or dome in Minecraft Bedrock. Choose block type and hollow/solid structure for customized builds.
Instructions
Build SPHERE: ball, dome, round structure, planet, orb. Requires: centerX,centerY,centerZ,radius
Input Schema
Name | Required | Description | Default |
---|---|---|---|
centerX | Yes | Center X coordinate (east-west position of sphere center) | |
centerY | Yes | Center Y coordinate (height/vertical position of sphere center, typically 64-100) | |
centerZ | Yes | Center Z coordinate (north-south position of sphere center) | |
hollow | No | Make it hollow (true) for sphere shell/dome, or solid (false) for full sphere | |
material | No | Block type to build with (e.g. stone, glass, wool, concrete, etc.) | minecraft:stone |
radius | Yes | Radius of the sphere in blocks (how big the sphere is). Small: 3-5, Medium: 8-12, Large: 15-20 |