Files
minecraft-bedrock-json-schemas/source/behaviour/entities/1.8.0/behaviors/minecraft.behavior.guardian_attack.json

11 lines
455 B
JSON
Raw Normal View History

2020-11-01 17:22:42 +01:00
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.guardian_attack",
"type": "object",
2021-03-21 15:18:38 +01:00
"title": "Guardian Attack 1.8.0",
2020-11-01 17:22:42 +01:00
"description": "Allows the guardian to use its laser beam attack. Can only be used by Guardians and Elder Guardians.",
"additionalProperties": false,
"required": [],
2021-03-21 15:18:38 +01:00
"properties": { "priority": { "$ref": "./types/base_priority.json" } }
2020-11-01 17:22:42 +01:00
}