Plan and build perfect circles, ellipses, and pixel art structures for Minecraft. Enter your dimensions, view the block grid, and download the blueprint.
Adjust the shape, dimensions, and style.
Building perfect circles in a voxel game like Minecraft can be tricky. This generator mathematically calculates the absolute best block placement for any radius.
Because Minecraft forces players to build on a grid, true curves are impossible. This tool uses Bresenham's Midpoint algorithm to generate the mathematically closest approximation of a curve on a grid.
When you use an even number, there is no true single center block. The generator will create a shape with a 2x2 (4 block) perfectly centered core.
To build a sphere, generate a circle for the equator (widest point). Then, work your way up layer by layer, generating progressively smaller circles. We plan to add a dedicated 3D sphere generator in the future.