summaryrefslogtreecommitdiff
path: root/Chat Commands.md
diff options
context:
space:
mode:
authorAnthony Zhang <azhang9@gmail.com>2013-01-12 16:46:40 -0500
committerAnthony Zhang <azhang9@gmail.com>2013-01-12 16:46:40 -0500
commitc27ab877f1bc8afde76f9cfe11c7880cec9bdda2 (patch)
tree3a1206813ee47c1fdca03f962d7872952f5f53e2 /Chat Commands.md
parent7cb2df24b8c8d9055adbff0825f27138f22a598a (diff)
New command: //orient, that rotates oriented nodes such as furnaces around the Y-axis by a specified angle.
Diffstat (limited to 'Chat Commands.md')
-rw-r--r--Chat Commands.md13
1 files changed, 11 insertions, 2 deletions
diff --git a/Chat Commands.md b/Chat Commands.md
index 861f4ae..bfca8bf 100644
--- a/Chat Commands.md
+++ b/Chat Commands.md
@@ -155,18 +155,27 @@ Flip the current WorldEdit region along the x/y/z/? axis.
### //rotate x/y/z/? <angle>
-Rotate the current WorldEdit positions and region along the x/y/z/? axis by angle <angle> (integer multiple of 90 degrees).
+Rotate the current WorldEdit positions and region along the x/y/z/? axis by angle <angle> (90 degree increment).
//rotate x 90
//rotate y 180
//rotate z 270
//rotate ? -90
+### //orient <angle>
+
+Rotate oriented nodes in the current WorldEdit region around the Y axis by angle <angle> (90 degree increment)
+
+ //orient 90
+ //orient 180
+ //orient 270
+ //orient -90
+
### //fixlight
Fixes the lighting in the current WorldEdit region.
- //dig
+ //fixlight
## //hide