11 lines
455 B
JSON
11 lines
455 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema",
|
|
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.guardian_attack",
|
|
"type": "object",
|
|
"title": "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" } }
|
|
}
|