2021-08-22 00:15:58 +02:00
|
|
|
{
|
2022-06-07 21:39:02 +02:00
|
|
|
"$id": "blockception.minecraft.behavior.block.events.die",
|
2021-08-22 00:15:58 +02:00
|
|
|
"type": "object",
|
|
|
|
|
"description": "Kill target. If target is self and this is run from a block then destroy the block.",
|
2022-06-07 21:39:02 +02:00
|
|
|
"title": "Die",
|
2021-08-22 00:15:58 +02:00
|
|
|
"additionalProperties": false,
|
|
|
|
|
"properties": { "target": { "type": "object", "default": "self", "description": "The target context to execute against.", "title": "Target" } }
|
|
|
|
|
}
|