Files
minecraft-bedrock-json-schemas/source/behavior/blocks/format/events/play_effect.json

13 lines
614 B
JSON
Raw Normal View History

2021-08-22 00:15:58 +02:00
{
2022-06-07 21:39:02 +02:00
"$id": "blockception.minecraft.behavior.block.events.play_effect",
2021-08-22 00:15:58 +02:00
"type": "object",
"description": "Spawns a particle effect relative to target position.",
2022-06-07 21:39:02 +02:00
"title": "Play Effect",
2021-08-22 00:15:58 +02:00
"additionalProperties": false,
"properties": {
"data": { "type": "integer", "default": 0, "description": "Particle data value.", "title": "Data" },
"effect": { "type": "string", "default": "", "description": "The name of the particle effect to create.", "title": "Effect" },
"target": { "type": "object", "default": "self", "description": "The target context to execute against.", "title": "Target" }
}
}