build_ellipsoid
Create customizable ellipsoid structures in Minecraft Bedrock with specified width, height, and depth. Build egg shapes, domes, or artistic sculptures using coordinates and block types. Choose hollow or solid designs for creative world manipulation.
Instructions
Build an ellipsoid (stretched/oval sphere) structure. Perfect for egg shapes, stretched domes, oval rooms, or artistic sculptures. Different radii create unique shapes. Example: radiusX=10, radiusY=5, radiusZ=10 creates a flattened dome
Input Schema
Name | Required | Description | Default |
---|---|---|---|
action | No | Build action to perform | build |
centerX | Yes | Center X coordinate | |
centerY | Yes | Center Y coordinate | |
centerZ | Yes | Center Z coordinate | |
hollow | No | Make it hollow (true) for shell/room inside, or solid (false) for full ellipsoid sculpture | |
material | No | Block type to build with (e.g. stone, glass, concrete, wool for colorful sculptures) | minecraft:stone |
radiusX | Yes | Width radius (east-west stretch). Large=wide shape, Small=narrow shape. Example: 10=wide, 5=narrow | |
radiusY | Yes | Height radius (vertical stretch). Large=tall shape, Small=flat shape. Example: 15=tall dome, 3=flat pancake | |
radiusZ | Yes | Depth radius (north-south stretch). Large=deep shape, Small=shallow shape. Example: 8=deep, 4=shallow |