Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Allows the villager to look for a mate to spawn other villagers with.
Note
Can only be used on the following type of entity:
- Villager (minecraft:villager)
Make Love Behavior Properties
Name | Default Value | Type | Description | Example Values |
---|---|---|---|---|
priority | not set | Integer number | As priority approaches 0, the priority is increased. The higher the priority, the sooner this behavior will be executed as a goal. | Villager v2: 5 , Villager: 6 |
Samples
Villager v2
"minecraft:behavior.make_love": {
"priority": 5
}
Villager
"minecraft:behavior.make_love": {
"priority": 6
}