Rotating Position
A MakeCode extension for Minecraft that lets you rotate positions in 3D space.
What can you create?
You can easily create complex geometric patterns like a regular hexagon:

This extension lets you rotate any position around a center point. Perfect for:
- Creating tilted buildings and structures
- Building complex geometric patterns
- Making things spin around a center point
How to use
After adding the extension, you’ll find a new block in the Positions category:
“rotate position [position] around origin [position] on axis [X/Y/Z] by [0-360] degrees”
What each part means
- position (first): The position you want to rotate
- origin: The center point to rotate around
- axis: Which direction to rotate (X, Y, or Z)
- degrees: How many degrees to rotate (0-360)