From 79253b2ce52539d824092844b71922e26f8b5eed Mon Sep 17 00:00:00 2001 From: VorTechnix <45538536+VorTechnix@users.noreply.github.com> Date: Mon, 17 May 2021 17:26:24 -0700 Subject: [PATCH] Update Chat-Command-Reference.md --- Chat-Command-Reference.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Chat-Command-Reference.md b/Chat-Command-Reference.md index 0fba6bd..3d3e862 100644 --- a/Chat-Command-Reference.md +++ b/Chat-Command-Reference.md @@ -124,7 +124,7 @@ Creates a hollow ellipsoid at position 1 with the radius `(rx, ry, rz)`. Works t //hollowellipsoid 21 11 41 stone ``` -## `//torus []` +## `//torus [ [h[ollow]]]` Creates a solid torus at position 1 with the specified major and minor radii. The major radius is the distance from the centre of the torus to the centre of the circle bit, and the minor radius is the radius of the circle bit. The optional axes sets the axes upon which the torus will lay flat. Possible values: `xy` (the default), `xz`, `yz`. @@ -136,7 +136,7 @@ The optional axes sets the axes upon which the torus will lay flat. Possible val //torus 10 6 wool:red y h ``` -## `//hollowtorus ` +## `//hollowtorus []` Creates a hollow torus at position 1 with the radius major and minor radii. Works the same way as `//torus` does. ```