changed description for runaigoalselector and runaitargetselector authored by Lxlp's avatar Lxlp
...@@ -124,8 +124,8 @@ are able to target locations as well. ...@@ -124,8 +124,8 @@ are able to target locations as well.
| [Remove][] | Removes the target mob | | [Remove][] | Removes the target mob |
| [RemoveHeldItem][] | Removes some of the item the target player is holding | | [RemoveHeldItem][] | Removes some of the item the target player is holding |
| [RemoveOwner][] | Removes the ownership of the target mob | | [RemoveOwner][] | Removes the ownership of the target mob |
| [RunAIGoalSelector][] | Change the target's AIGoalSelectors | | [RunAIGoalSelector][] | Change the caster's [AIGoalSelectors] |
| [RunAITargetSelector][] | Change the target's AITargetSelectors | | [RunAITargetSelector][] | Change the caster's [AITargetSelectors] |
| [Saddle][] | Equips or remove a saddle on the target entity | | [Saddle][] | Equips or remove a saddle on the target entity |
| [SendActionMessage][] | Sends an Actionbar Message to the target player | | [SendActionMessage][] | Sends an Actionbar Message to the target player |
| [SendResourcePack][] | Sends a Resource Pack to the target player | | [SendResourcePack][] | Sends a Resource Pack to the target player |
...@@ -308,8 +308,11 @@ but not yet ready for use. ...@@ -308,8 +308,11 @@ but not yet ready for use.
|--------------------|---------------------------------| |--------------------|---------------------------------|
--> -->
[AIGoalSelectors]: Mobs/Custom-AI#ai-goal-selectors
[AITargetSelectors]: Mobs/Custom-AI#ai-target-selectors
[here!]: /skills/skillparametersystem [here!]: /skills/skillparametersystem
[Targeter]: /skills/targeters/ [Targeter]: /skills/targeters/
[ActivateSpawner]: /skills/mechanics/activatespawner [ActivateSpawner]: /skills/mechanics/activatespawner
[AddTrade]: /skills/mechanics/AddTrade [AddTrade]: /skills/mechanics/AddTrade
[AnimateArmorStand]: /skills/mechanics/animatearmorstand [AnimateArmorStand]: /skills/mechanics/animatearmorstand
... ...
......