Changes
Page history
Create Mobs/ai/goals/MoveTowardsTarget
authored
Dec 31, 2024
by
Lxlp
Show whitespace changes
Inline
Side-by-side
Mobs/ai/goals/MoveTowardsTarget.md
0 → 100644
View page @
f67692d1
## Description
Causes the mob to move towards its target
## Attributes
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| distance | d | The speed of the movement | 0.9 |
| maxrange | range, r | The max range in which to engage this behavior | 32.0 |
## Examples
```
yaml
AIGoalSelectors
:
-
clear
-
moveTowardsTarget
```
\ No newline at end of file