diff options
author | Anthony Zhang <azhang9@gmail.com> | 2013-07-31 22:29:01 -0400 |
---|---|---|
committer | Anthony Zhang <azhang9@gmail.com> | 2013-07-31 22:29:01 -0400 |
commit | 416ffb37098734137f1a2f84687fe1a5046fea7c (patch) | |
tree | f8c60654adcd13ea6cabb332b8eede2bdbf93241 /Chat Commands.md | |
parent | 040282bbe66eccee27194cd709beb56f075bcdb2 (diff) |
Fix //pyramid examples.
Diffstat (limited to 'Chat Commands.md')
-rw-r--r-- | Chat Commands.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Chat Commands.md b/Chat Commands.md index f70bf75..05b373b 100644 --- a/Chat Commands.md +++ b/Chat Commands.md @@ -151,9 +151,10 @@ Add cylinder at WorldEdit position 1 along the x/y/z/? axis with length <length> Add pyramid centered at WorldEdit position 1 along the x/y/z/? axis with height <height>, composed of <node>.
- //pyramid 8 Diamond Block
- //pyramid 5 glass
- //pyramid 2 mesecons:wire_00000000_off
+ //pyramid x 8 Diamond Block
+ //pyramid y -5 glass
+ //pyramid z 2 mesecons:wire_00000000_off
+ //pyramid ? 12 mesecons:wire_00000000_off
### //spiral <length> <height> <spacer> <node>
|