Entity Documentation - minecraft:behavior.receive_love

minecraft:behavior.receive_love inspires an entity to mate with another similar entity when approached to breed.

Note

This behavior can only be used by the villager entity type.

Parameters

Name Default Value Type Description
priority not set Integer The higher the priority, the sooner this behavior will be executed as a goal.
speed_multiplier 1.0 Decimal Movement speed multiplier of the mob when using this AI Goal.

Example

"minecraft:behavior.receive_love":{
    "priority": 2,
    "speed_multiplier": 1.0
}

Vanilla entities examples

villager_v2

"minecraft:behavior.receive_love": {
          "priority": 6
        }

Vanilla entities using minecraft:behavior.receive_love