build_ellipsoid
Create custom ellipsoid structures in Minecraft Bedrock with adjustable dimensions for egg shapes, domes, or artistic designs. Specify center coordinates, radii, material, and hollow option for precise builds.
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 |
---|---|---|---|
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 |