... | ... | @@ -9,6 +9,7 @@ Causes the mob to flee from villagers. |
|
|
| speed | s | The speed at which to flee | 1.2 |
|
|
|
| safespeed | ss | The speed at which to flee once a safe distance (50 blocks) away | 1 |
|
|
|
|
|
|
|
|
|
## Examples
|
|
|
```yaml
|
|
|
ExampleMob:
|
... | ... | @@ -16,4 +17,8 @@ ExampleMob: |
|
|
AIGoalSelectors:
|
|
|
- clear
|
|
|
- fleevillagers{d=10;s=2;ss=1}
|
|
|
``` |
|
|
\ No newline at end of file |
|
|
```
|
|
|
|
|
|
|
|
|
## Aliases
|
|
|
- [x] runfromvillagers |
|
|
\ No newline at end of file |