From e42d990bebad751190e3a743d985cae8dc25cf18 Mon Sep 17 00:00:00 2001 From: Kees Cook Date: Thu, 12 Nov 2020 10:44:36 -0800 Subject: [PATCH] :pencil2: construction: Update "raised" option for sphere/hsphere --- source/usage/generation.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/source/usage/generation.rst b/source/usage/generation.rst index 0c6da13..250e068 100644 --- a/source/usage/generation.rst +++ b/source/usage/generation.rst @@ -45,17 +45,17 @@ Sphere :: - //sphere [raised] - //hsphere [raised] + //sphere [-r] + //hsphere [-r] -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 ,, [raised] - //hsphere ,, [raised] + //sphere [-r] ,, + //hsphere [-r] ,, Pyramids ~~~~~~~~ @@ -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. \ No newline at end of file +.. 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.