build_cylinder
Create cylinders, towers, or pipes in Minecraft Bedrock by specifying center coordinates, radius, height, and material. Choose axis (y, x, z) and hollow or solid design for versatile builds.
Instructions
Build CYLINDER: tower, pillar, column, chimney, pipe, tube. Requires: centerX,centerY,centerZ,radius,height. Optional: axis
Input Schema
Name | Required | Description | Default |
---|---|---|---|
action | No | Build action to perform | build |
axis | No | Direction the cylinder extends: y=vertical (normal tower), x=horizontal east-west, z=horizontal north-south | y |
centerX | Yes | Center X coordinate (east-west position where the cylinder will be centered) | |
centerY | Yes | Bottom Y coordinate (ground level height where cylinder starts, typically 64) | |
centerZ | Yes | Center Z coordinate (north-south position where the cylinder will be centered) | |
height | Yes | Height in blocks (how tall the cylinder is). Short: 5-10, Medium: 15-25, Tall: 30-50 | |
hollow | No | Make it hollow (true) for cylinder shell/walls only, or solid (false) for full cylinder | |
material | No | Block type to build with (e.g. stone, brick, concrete, wood, etc.) | minecraft:stone |
radius | Yes | Radius in blocks (how wide the cylinder is). Thin: 2-4, Medium: 5-10, Wide: 15-30 |