Files
minecraft-bedrock-json-schemas/source/behavior/entities/format/components/raid_trigger.json

16 lines
456 B
JSON
Raw Normal View History

2021-10-08 12:59:03 +02:00
{
2021-10-08 13:04:13 +02:00
"$id": "blockception.minecraft.behavior.entities.minecraft.raid_trigger",
2021-10-08 12:59:03 +02:00
"type": "object",
2021-10-08 13:04:13 +02:00
"title": "Raid Trigger",
2021-10-08 12:59:03 +02:00
"additionalProperties": false,
"description": "Attempts to trigger a raid at the entity's location.",
"required": [],
"properties": {
"triggered_event": {
"$ref": "../types/event.json",
"description": "Event to run we attempt to trigger a raid on the village.",
"title": "Triggered Event"
}
}
}