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

12 lines
479 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.playsound",
2021-08-22 00:15:58 +02:00
"type": "object",
"description": "Play a sound relative to target position.",
2022-06-07 21:39:02 +02:00
"title": "Playsound",
2021-08-22 00:15:58 +02:00
"additionalProperties": false,
"properties": {
"sound": { "type": "string", "default": "", "description": "The name of the sound to play.", "title": "Sound" },
"target": { "type": "object", "default": "self", "description": "The target context to execute against.", "title": "Target" }
}
}