You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/usage/generation.rst
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,17 +45,17 @@ Sphere
45
45
46
46
::
47
47
48
-
//sphere <pattern> <radius> [raised]
49
-
//hsphere <pattern> <radius> [raised]
48
+
//sphere [-r] <pattern> <radius>
49
+
//hsphere [-r] <pattern> <radius>
50
50
51
-
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.
51
+
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.
52
52
53
53
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.
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.
175
175
176
-
.. 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.
176
+
.. 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 commit comments