added SetProjectileDirection mechanic authored by Lxlp's avatar Lxlp
......@@ -135,6 +135,7 @@ are able to target locations as well.
| [SetFaction][] | Changes the target entity's faction |
| [SetNoDamageTicks][] | Sets the nodamageticks of the target |
| [SetOwner][] | Makes the target the owner of the casting mob |
| [SetProjectileDirection][]| Sets the calling projectile's movement direction to the given target |
| [SetRotation][] | Sets the rotation of the target |
| [SetTarget][] | Sets the caster's target |
| [SetTargetScore][] | Sets the score of the target |
......@@ -373,6 +374,7 @@ but not yet ready for use.
[SetName]: /skills/mechanics/setname
[SetNoDamageTicks]: /skills/mechanics/setnodamageticks
[SetOwner]: /skills/mechanics/setowner
[SetProjectileDirection]: /skills/mechanics/SetProjectileDirection
[SetRaiderPatrolBlock]: /skills/mechanics/setraiderpatrolblock
[SetRaiderPatrolLeader]: /skills/mechanics/setraiderpatrolleader
[SetRotation]: /skills/mechanics/setrotation
......
......