Files
minecraft-bedrock-json-schemas/behaviour/entities/1.8.0/behaviors/minecraft.behavior.receive_love.json
2021-01-27 00:52:47 +01:00

15 lines
470 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.receive_love",
"description": "Allows the villager to stop so another villager can breed with it. Can only be used by a Villager.",
"type": "object",
"title": "Behavior.receive_love 1.8.0",
"additionalProperties": false,
"required": [],
"properties": {
"priority": {
"$ref": "types/base_priority.json"
}
}
}