From 5a1fecedd41c5aa2b215e548533328f61df48276 Mon Sep 17 00:00:00 2001 From: VorTechnix <45538536+VorTechnix@users.noreply.github.com> Date: Sun, 30 May 2021 15:34:59 -0700 Subject: [PATCH] Update to //ellipsoid documentation and README --- Chat-Command-Reference.md | 4 +++- README.md | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Chat-Command-Reference.md b/Chat-Command-Reference.md index 87f9ff2..a924a27 100644 --- a/Chat-Command-Reference.md +++ b/Chat-Command-Reference.md @@ -109,13 +109,15 @@ Note that the *entire* cave you want filling must be selected, as `//fillcaves` //fillcaves brick ``` -## `//ellipsoid ` +## `//ellipsoid [h[ollow]]` Creates a solid ellipsoid at position 1 with the radius `(rx, ry, rz)`. ``` //ellipsoid 10 5 15 ice //ellipsoid 3 5 10 dirt //ellipsoid 20 10 40 air +//ellipsoid 14 5 8 steelblock h +//ellipsoid 7 4 7 papyrus hollow ``` ## `//hollowellipsoid ` diff --git a/README.md b/README.md index 6077452..73de78c 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ _(Do you have a cool build that you used WorldEditAdditions to build? [Get in to The detailed explanations have moved! Check them out [here](https://github.com/sbrl/Minetest-WorldEditAdditions/blob/main/Chat-Command-Reference.md), or click the links below. ### Geometry - - [`//ellipsoid `](https://github.com/sbrl/Minetest-WorldEditAdditions/blob/main/Chat-Command-Reference.md#ellipsoid-rx-ry-rz-node_name) + - [`//ellipsoid [h[ollow]]`](https://github.com/sbrl/Minetest-WorldEditAdditions/blob/main/Chat-Command-Reference.md#ellipsoid-rx-ry-rz-node_name-hollow) - [`//hollowellipsoid `](https://github.com/sbrl/Minetest-WorldEditAdditions/blob/main/Chat-Command-Reference.md#hollowellipsoid-rx-ry-rz-node_name) - [`//torus [ [h[ollow]]]`](https://github.com/sbrl/Minetest-WorldEditAdditions/blob/main/Chat-Command-Reference.md#torus-major_radius-minor_radius-node_name-axesxy-hollow) - [`//hollowtorus []`](https://github.com/sbrl/Minetest-WorldEditAdditions/blob/main/Chat-Command-Reference.md#hollowtorus-major_radius-minor_radius-node_name-axesxy)