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

7 lines
205 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.on_hurt",
2021-10-08 12:59:03 +02:00
"description": "Adds a trigger to call when this entity takes damage.",
2021-10-08 13:04:13 +02:00
"title": "On Hurt",
2021-10-08 12:59:03 +02:00
"$ref": "../types/trigger.json"
}