| ... | @@ -23,8 +23,7 @@ Then, let's give it some custom AI to prevent it from attacking unwanted entitie |
... | @@ -23,8 +23,7 @@ Then, let's give it some custom AI to prevent it from attacking unwanted entitie |
|
|
|
|
|
|
|
```yml
|
|
```yml
|
|
|
# ...
|
|
# ...
|
|
|
AIGoalSelectors:
|
|
AIGoalSelectors: # We will not clear the mob's base AI, instead adding to it
|
|
|
- clear # Clears the mob's base AI
|
|
|
|
|
- meleeattack # Uses melee attacks
|
|
- meleeattack # Uses melee attacks
|
|
|
- randomstroll # Randomly walks
|
|
- randomstroll # Randomly walks
|
|
|
- float # floats on water
|
|
- float # floats on water
|
| ... | | ... | |