diff options
author | Anthony Zhang <azhang9@gmail.com> | 2013-07-31 22:15:08 -0400 |
---|---|---|
committer | Anthony Zhang <azhang9@gmail.com> | 2013-07-31 22:15:08 -0400 |
commit | b0bf52e9b688713853b1ab3740d8b6522a1ba5ae (patch) | |
tree | a8a29a991a6c6457c276ef0902e2e91f6d29161b /Chat Commands.md | |
parent | 3c51ec8c4a347a6714472c423215243fc538f5f5 (diff) |
Rewrite spirals from scratch and fix upside-down pyramids. Use voxelmanip for markers to ensure area is emerged.
Diffstat (limited to 'Chat Commands.md')
-rw-r--r-- | Chat Commands.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Chat Commands.md b/Chat Commands.md index 675532a..f70bf75 100644 --- a/Chat Commands.md +++ b/Chat Commands.md @@ -155,9 +155,9 @@ Add pyramid centered at WorldEdit position 1 along the x/y/z/? axis with height //pyramid 5 glass
//pyramid 2 mesecons:wire_00000000_off
-### //spiral <width> <height> <spacer> <node>
+### //spiral <length> <height> <spacer> <node>
-Add spiral centered at WorldEdit position 1 with width <width>, height <height>, space between walls <spacer>, composed of <node>.
+Add spiral centered at WorldEdit position 1 with side length <length>, height <height>, space between walls <spacer>, composed of <node>.
//spiral 20 5 3 Diamond Block
//spiral 5 2 1 glass
|