|
|
## Description
|
|
|
Causes the mob to be able to breed with other mobs.
|
|
|
|
|
|
|
|
|
## Attributes
|
|
|
| Attribute | Aliases | Description | Default |
|
|
|
|-----------|-----------|----------------------------------------------------------------------|---------|
|
|
|
| speedmodifier | speed,s | The speed at which to move towards the partner | 1 |
|
|
|
|
|
|
|
|
|
## Examples
|
|
|
```yaml
|
|
|
ExampleMob:
|
|
|
Type: COW
|
|
|
AIGoalSelectors:
|
|
|
- clear
|
|
|
- breed{r=2}
|
|
|
``` |
|
|
\ No newline at end of file |