build_cylinder
Create cylinders in Minecraft Bedrock Edition using coordinates, radius, height, and optional axis settings. Generate towers, pillars, or tubes, with options for hollow or solid structures and custom block types.
Instructions
Build CYLINDER: tower, pillar, column, chimney, pipe, tube. Requires: centerX,centerY,centerZ,radius,height. Optional: axis
Input Schema
Name | Required | Description | Default |
---|---|---|---|
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 |