Files
minecraft-bedrock-json-schemas/source/behavior/blocks/1.17.0/events/die.json
2021-08-22 00:15:58 +02:00

9 lines
400 B
JSON

{
"$id": "blockception.minecraft.behavior.1.17.0.block.events.die",
"type": "object",
"description": "Kill target. If target is self and this is run from a block then destroy the block.",
"title": "Die 1.17.0",
"additionalProperties": false,
"properties": { "target": { "type": "object", "default": "self", "description": "The target context to execute against.", "title": "Target" } }
}