From 382c57d008dfa8e1c26263d572d606e5d0f7f2ce Mon Sep 17 00:00:00 2001 From: Anthony Zhang Date: Wed, 26 Sep 2012 18:02:42 -0400 Subject: Replace worldedit.spiral with worldedit.pyramid, as well as related chat commands. --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index e513605..5324efb 100644 --- a/README.md +++ b/README.md @@ -125,13 +125,13 @@ Add cylinder at WorldEdit position 1 along the x/y/z/? axis with length //cylinder z -12 3 mesecons:mesecon //cylinder ? 2 4 stone -### //spiral +### //pyramid -Add spiral at WorldEdit position 1 with size , composed of . +Add pyramid at WorldEdit position 1 with height , composed of . - //spiral 8 dirt - //spiral 5 default:glass - //spiral 2 stone + //pyramid 8 dirt + //pyramid 5 default:glass + //pyramid 2 stone ### //copy x/y/z/? @@ -268,11 +268,11 @@ Adds a cylinder at `pos` along the `axis` axis ("x" or "y" or "z") with length ` Returns the number of nodes added. -### worldedit.spiral(pos, size, nodename) +### worldedit.pyramid(pos, height, nodename) -Adds a spiral at `pos` with size `size`. +Adds a pyramid at `pos` with height `height`. -Returns the number of nodes changed. +Returns the number of nodes added. ### worldedit.copy(pos1, pos2, axis, amount) -- cgit v1.2.3