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

13 lines
628 B
JSON

{
"$id": "blockception.minecraft.behavior.1.17.0.block.events.play_effect",
"type": "object",
"description": "Spawns a particle effect relative to target position.",
"title": "Play Effect 1.17.0",
"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" }
}
}