mirror of
https://github.com/Uberi/Minetest-WorldEdit.git
synced 2025-02-22 06:10:22 +01:00
fix spiral
This commit is contained in:
parent
54d7dabdce
commit
c695e619b8
10
README.md
10
README.md
@ -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 <size> <node>
|
||||
### //spiral <width> <height> <spacer> <node>
|
||||
|
||||
Add spiral at WorldEdit position 1 with size <size>, composed of <node>.
|
||||
Add spiral at WorldEdit position 1 with width <width>, height <height>, space between walls <spacer>, composed of <node>.
|
||||
|
||||
//spiral 8 dirt
|
||||
//spiral 5 default:glass
|
||||
//spiral 2 stone
|
||||
//spiral 20 5 3 dirt
|
||||
//spiral 5 2 1 default:glass
|
||||
//spiral 7 1 5 stone
|
||||
|
||||
|
||||
### //copy x/y/z/? <amount>
|
||||
|
1414
functions.lua
1414
functions.lua
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user