mirror of
https://github.com/Uberi/Minetest-WorldEdit.git
synced 2025-07-12 12:50:27 +02:00
Added 6D facedir management and changed rotate and flip behavior concerning orientation
This commit is contained in:
@ -276,14 +276,13 @@ Rotate the current WorldEdit positions and region along the x/y/z/? axis by angl
|
||||
//rotate z 270
|
||||
//rotate ? -90
|
||||
|
||||
### `//orient <angle>`
|
||||
### `//orient <operation> <axis> <angle>`
|
||||
|
||||
Rotate oriented nodes in the current WorldEdit region around the Y axis by angle `<angle>` (90 degree increment)
|
||||
Change orientation of all oriented nodes in the current WorldEdit region performing <operation> (rotate or flip) around the <axis> axis by angle <angle> (90 degree increment, unused for flip operation).
|
||||
|
||||
//orient 90
|
||||
//orient 180
|
||||
//orient 270
|
||||
//orient -90
|
||||
//orient rotate x 90
|
||||
//orient rotate y -90
|
||||
//orient flip x 0
|
||||
|
||||
### `//fixlight`
|
||||
|
||||
|
Reference in New Issue
Block a user