Revert "fix spiral"

This reverts commit c695e619b8.
This commit is contained in:
Brett O'Donnell 2012-09-26 13:25:55 +09:30
parent c695e619b8
commit eb3771ec40
3 changed files with 1318 additions and 1364 deletions

View File

@ -125,13 +125,13 @@ Add cylinder at WorldEdit position 1 along the x/y/z/? axis with length <length>
//cylinder z -12 3 mesecons:mesecon
//cylinder ? 2 4 stone
### //spiral <width> <height> <spacer> <node>
### //spiral <size> <node>
Add spiral at WorldEdit position 1 with width <width>, height <height>, space between walls <spacer>, composed of <node>.
Add spiral at WorldEdit position 1 with size <size>, composed of <node>.
//spiral 20 5 3 dirt
//spiral 5 2 1 default:glass
//spiral 7 1 5 stone
//spiral 8 dirt
//spiral 5 default:glass
//spiral 2 stone
### //copy x/y/z/? <amount>

File diff suppressed because it is too large Load Diff

1258
init.lua

File diff suppressed because it is too large Load Diff