From 340416c789fc8a2e32ae39c28b0ea6eea403bb4d Mon Sep 17 00:00:00 2001 From: Anthony Zhang Date: Thu, 30 Aug 2012 16:17:15 -0400 Subject: Fix player axis detection, make spirals code a bit easier to read. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index a83f2f4..676d425 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ Add cylinder at WorldEdit position 1 along the x/y/z/? axis with length ### //spiral -Add Spiral at WorldEdit position 1 with size , composed of . +Add spiral at WorldEdit position 1 with size , composed of . //spiral 8 dirt //spiral 5 default:glass @@ -227,7 +227,7 @@ Returns the number of nodes added. ### worldedit.spiral(pos, size, nodename) -Adds a Spiral at `pos` with size `size`. +Adds a spiral at `pos` with size `size`. Returns the number of nodes changed. -- cgit v1.2.3