10 lines
366 B
JSON
10 lines
366 B
JSON
{
|
|
"$id": "blockception.minecraft.behavior.entities.minecraft.behavior.breed",
|
|
"additionalProperties": false,
|
|
"type": "object",
|
|
"title": "Breed",
|
|
"description": "Allows this mob to breed with other mobs.",
|
|
"required": [],
|
|
"properties": { "priority": { "$ref": "types/priority.json" }, "speed_multiplier": { "$ref": "./types/speed_multiplier.json" } }
|
|
}
|