1
0
mirror of https://github.com/Uberi/Minetest-WorldEdit.git synced 2025-07-14 13:50:21 +02:00

Add //scale <factor> command (suggested by Jordach), fix transposition description in docs.

This commit is contained in:
Anthony Zhang
2013-06-18 15:05:49 -04:00
parent 74018dab99
commit d4187866db
4 changed files with 84 additions and 2 deletions

View File

@ -166,6 +166,14 @@ Stack the current WorldEdit region along the x/y/z/? axis <count> times.
//stack z +5
//stack ? 12
### //scale <factor>
Scale the current WorldEdit positions and region by a factor of positive integer <factor> with position 1 as the origin.
//scale 2
//scale 1
//scale 10
### //transpose x/y/z/? x/y/z/?
Transpose the current WorldEdit positions and region along the x/y/z/? and x/y/z/? axes.