Skip to content

Commit

Permalink
✏️ construction: Update "raised" option for sphere/hsphere
Browse files Browse the repository at this point in the history
  • Loading branch information
kees authored and octylFractal committed Nov 16, 2020
1 parent 33a55d3 commit e42d990
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions source/usage/generation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,17 @@ Sphere

::

//sphere <pattern> <radius> [raised]
//hsphere <pattern> <radius> [raised]
//sphere [-r] <pattern> <radius>
//hsphere [-r] <pattern> <radius>

Both hollow and filled spheres can be created. By default, the center of the sphere will be the block above the one that you are standing on, but if you provide "yes" for the last parameter, the sphere will be raised by its radius so that its bottom is at your feet instead.
Both hollow and filled spheres can be created. By default, the center of the sphere will be the block above the one that you are standing on. If you provide the `-r` (raised) option, the sphere will be raised by its radius so that its bottom is at your feet instead.

Like cylinders, you can create ellipsoids by specifying multiple radii (which can again be decimals). The order of the radii is north-south axis, up-down axis, and then east-west axis.

::

//sphere <pattern> <radius>,<radius>,<radius> [raised]
//hsphere <pattern> <radius>,<radius>,<radius> [raised]
//sphere [-r] <pattern> <radius>,<radius>,<radius>
//hsphere [-r] <pattern> <radius>,<radius>,<radius>

Pyramids
~~~~~~~~
Expand Down Expand Up @@ -173,4 +173,4 @@ Generating Biome Shapes

Just like the generate command, you can use an expression to set a biome in a particular shape. This uses the same syntax as above, but takes a biome id instead of a pattern. It currently only uses ``x`` and ``z`` as inputs.

.. note:: As of Minecraft 1.15, biomes are stored in 3 dimensions. However, neither Minecraft nor WorldEdit can fully use this format yet, so biomes are still just treated as full columns.
.. note:: As of Minecraft 1.15, biomes are stored in 3 dimensions. However, neither Minecraft nor WorldEdit can fully use this format yet, so biomes are still just treated as full columns.

0 comments on commit e42d990

Please sign in to comment.