build_paraboloid
Create precise paraboloid structures like satellite dishes or bowls in Minecraft Bedrock. Define center coordinates, radius, height, and optional axis, direction, and material for customization.
Instructions
Build PARABOLOID: satellite dish, bowl, dish, parabolic. Requires: centerX,centerY,centerZ,radius,height. Optional: axis,direction
Input Schema
Name | Required | Description | Default |
---|---|---|---|
axis | No | Paraboloid axis direction: x (east-west), y (up-down), z (north-south) | y |
centerX | Yes | Center X coordinate (east-west position of paraboloid base center) | |
centerY | Yes | Center Y coordinate (height/vertical position of paraboloid base, typically 64-100) | |
centerZ | Yes | Center Z coordinate (north-south position of paraboloid base center) | |
direction | No | Opening direction: positive (opens toward +axis), negative (opens toward -axis) | positive |
height | Yes | Height of the paraboloid in blocks. Small: 5-8, Medium: 10-15, Large: 20-30 | |
hollow | No | Make it hollow (true) for dish shell, or solid (false) for full paraboloid | |
material | No | Block type to build with (e.g. stone, glass, wool, concrete, etc.) | minecraft:stone |
radius | Yes | Maximum radius at the top of the paraboloid in blocks. Small: 3-5, Medium: 8-12, Large: 15-20 |