build_sphere
Generate spherical structures in Minecraft Bedrock with precise coordinates. Define center (X, Y, Z) and radius to create domes, planets, orbs, and more. Choose block type and create hollow or solid spheres for decorations and builds.
Instructions
Build SPHERE: ball, dome, round structure, planet, orb. Specify center (centerX,centerY,centerZ) + radius. Coordinates can be positive or negative (e.g. centerX:-25, centerZ:-75). Perfect for domes, decorations, planets, bubbles.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
action | No | Build action to perform | build |
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 |