{ "$schema": "http://json-schema.org/draft-07/schema", "$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.guardian_attack", "type": "object", "title": "Behavior.guardian_attack 1.8.0", "description": "Allows the guardian to use its laser beam attack. Can only be used by Guardians and Elder Guardians.", "additionalProperties": false, "required": [], "properties": { "priority": { "$ref": "types/base_priority.json" } } }