added pp and py attributes and aliases authored by Lxlp's avatar Lxlp
...@@ -11,6 +11,8 @@ blocks. The unsafe attribute will allow mobs to teleport into the target entity. ...@@ -11,6 +11,8 @@ blocks. The unsafe attribute will allow mobs to teleport into the target entity.
|-----------|-----------|----------------------------------------------------------------------|---------| |-----------|-----------|----------------------------------------------------------------------|---------|
| spreadh | sh | The horizontal spread of the landing location. | 0 | | spreadh | sh | The horizontal spread of the landing location. | 0 |
| spreadv | sv | The vertical spread of the landing location. | 0 | | spreadv | sv | The vertical spread of the landing location. | 0 |
| preservepitch | pp | Whether the pitch value should be carried over | true |
| preserveyaw | py | Whether the yaw value should be carried over | true |
| unsafe | us | Avoids finding a safe teleport (will ignore sH and sV) | false | | unsafe | us | Avoids finding a safe teleport (will ignore sH and sV) | false |
...@@ -22,3 +24,7 @@ Warp: ...@@ -22,3 +24,7 @@ Warp:
Skills: Skills:
- teleport{spreadh=5;spreadv=0} @target - teleport{spreadh=5;spreadv=0} @target
``` ```
## Aliases
- [x] tp
\ No newline at end of file