{ "$schema": "http://json-schema.org/draft-07/schema", "$id": "blockception.minecraft.behaviour.entities.1.16.0.minecraft.behavior.hold_ground", "type": "object", "title": "Behaviour.hold_ground 1.16.0", "description": "The mob freezes and looks at the mob they are targeting.", "additionalProperties": false, "properties": { "priority": { "ref": "types/base_priority.json" }, "broadcast": { "type": "boolean", "default": false, "description": "Whether to broadcast out the mob's target to other mobs of the same type.", "title": "Broadcast" }, "broadcast_range": { "type": "number", "default": 0.0, "description": "Range in blocks for how far to broadcast.", "title": "Broadcast range" }, "min_radius": { "type": "number", "default": 10.0, "description": "Minimum distance the target must be for the mob to run this goal.", "title": "Min radius" }, "within_radius_event": { "$ref": "../types/event.json", "description": "Event to run when target is within the radius. This event is broadcasted if broadcast is true.", "title": "Within radius event" } } }