Files
minecraft-bedrock-json-schemas/source/behavior/blocks/1.16.200/components/minecraft.on_interact.json

12 lines
604 B
JSON
Raw Normal View History

2021-01-05 10:42:00 +01:00
{
2021-04-04 13:52:35 +02:00
"$id": "blockception.minecraft.behavior.blocks.1.16.200.minecraft.on_interact",
2021-01-05 10:42:00 +01:00
"type": "object",
2021-03-21 15:18:38 +01:00
"title": "On Fall On",
2021-01-05 10:42:00 +01:00
"description": "Describes event for this block.",
"properties": {
2021-03-21 15:18:38 +01:00
"condition": { "type": "string", "default": "", "description": "The condition of event to be executed on the block.", "title": "Condition" },
"event": { "type": "string", "default": "", "description": "The event executed on the block.", "title": "Event" },
"target": { "type": "string", "default": "self", "description": "The target of event executed on the block.", "title": "Target" }
2021-01-05 10:42:00 +01:00
}
}