Files
minecraft-bedrock-json-schemas/source/behavior/entities/format/behaviors/breed.json
2021-10-08 13:17:37 +02:00

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