From a5b07ba2ff0c7a7e3a24c017709877bc686e7e53 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sun, 10 Jun 2018 13:49:09 +0100 Subject: [PATCH] Update README with new commands --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a238e2f..26768f7 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ If you can dream of it, it probably belongs here! - `//overlay ` - `//ellipsoid ` - `//hollowellipsoid ` + - `//torus ` + - `//hollowtorus ` ### `//floodfill [ []]` Floods all connected nodes of the same type starting at _pos1_ with (which defaults to `water_source`), in a sphere with a radius of (which defaults to 50). @@ -50,16 +52,15 @@ Creates a hollow ellipsoid at position 1 with the radius `(rx, ry, rz)`. Works t //hollowellipsoid 21 11 41 stone ``` -### `//torus ` +### `//torus ` 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. ``` -//torus 10 5 15 ice -//torus 3 5 10 dirt -//torus 20 10 40 air +//torus 15 5 stone +//torus 5 3 meselamp ``` -### `//hollowtorus ` +### `//hollowtorus ` Creates a hollow torus at position 1 with the radius `(rx, ry, rz)`. Works the same way as `//torus` does. ```