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

13 lines
586 B
JSON

{
"$id": "blockception.minecraft.behavior.1.17.0.block.events.damage",
"type": "object",
"description": "Deals damage to the target.",
"title": "Damage 1.17.0",
"additionalProperties": false,
"properties": {
"amount": { "type": "integer", "default": 0, "description": "The amount of damage to deal.", "title": "Amount" },
"target": { "type": "object", "default": "self", "description": "The target context to execute against.", "title": "Target" },
"type": { "type": "string", "default": "", "description": "The type of damage to deal.", "title": "Type" }
}
}