17 lines
396 B
JSON
17 lines
396 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"
|
|
}
|
|
}
|
|
}
|