Update MoveTowardsTarget authored by Lxlp's avatar Lxlp
...@@ -5,7 +5,7 @@ Causes the mob to move towards its target ...@@ -5,7 +5,7 @@ Causes the mob to move towards its target
## Attributes ## Attributes
| Attribute | Aliases | Description | Default | | Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------| |-----------|-----------|----------------------------------------------------------------------|---------|
| distance | d | The speed of the movement | 0.9 | | speed | s | The speed of the movement | 0.9 |
| maxrange | range, r | The max range in which to engage this behavior | 32.0 | | maxrange | range, r | The max range in which to engage this behavior | 32.0 |
... ...
......