cylinder v1
449 Downloads
Builds the lateral surface of a cylinder out of blocks.
Requirements
command execution (setblock
)
Usage
∖cylinder X Y Z RADIUS HEIGHT BLOCK_TYPE
Builds the lateral surface of a cylinder with a base circle centered at location (X, Y, Z) with radius RADIUS, height HEIGHT, made of BLOCK_TYPE.
Example
Creates a cylinder centered at the player’s current location, with radius 20 blocks, 5 blocks high, made from blocks of yellow concrete:
∖cylinder ~ ~ ~ 20 5 yellow_concrete
Author: maxuser
Version: 1