1
0
mirror of https://github.com/Uberi/Minetest-WorldEdit.git synced 2025-07-03 16:40:38 +02:00

Fix player axis detection, make spirals code a bit easier to read.

This commit is contained in:
Anthony Zhang
2012-08-30 16:17:15 -04:00
parent 21192ceb57
commit 340416c789
4 changed files with 88 additions and 47 deletions

View File

@ -111,7 +111,7 @@ Add cylinder at WorldEdit position 1 along the x/y/z/? axis with length <length>
### //spiral <size> <node>
Add Spiral at WorldEdit position 1 with size <size>, composed of <node>.
Add spiral at WorldEdit position 1 with size <size>, composed of <node>.
//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.