Files
minecraft-bedrock-json-schemas/source/behavior/entities/format/behaviors/breed.json
2021-10-11 18:13:12 +02:00

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"
}
}
}