{ "$schema": "http://json-schema.org/draft-07/schema", "$id": "blockception.minecraft.behaviour.entities.1.16.100.minecraft.behavior.find_cover", "type": "object", "title": "Behaviour.find_cover 1.16.100", "description": "Allows the mob to seek shade.", "additionalProperties": false, "properties": { "priority": { "ref": "types/base_priority.json" }, "speed_multiplier": { "ref": "types/base_speed_multiplier.json" }, "cooldown_time": { "type": "number", "default": 0, "description": "Time in seconds the mob has to wait before using the goal again", "title": "Cooldown time" } } }