11 lines
445 B
JSON
11 lines
445 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": "Receive Love 1.8.0",
|
|
"additionalProperties": false,
|
|
"required": [],
|
|
"properties": { "priority": { "$ref": "types/base_priority.json" } }
|
|
}
|