Files
minecraft-bedrock-json-schemas/behaviour/blocks/1.16.200/events/play_sound.json

23 lines
1.2 KiB
JSON
Raw Normal View History

2021-01-05 01:05:33 +01:00
<EFBFBD><EFBFBD>{
"$schema": "http://json-schema.org/draft-07/schema",
2021-01-05 10:41:43 +01:00
"$id": "blockception.minecraft.behaviour.1.16.200.block.events.playsound",
2021-01-05 01:05:33 +01:00
"type": "object",
2021-01-05 10:41:43 +01:00
"description": "Play a sound relative to target position.",
"title": "Playsound 1.16.200",
2021-01-05 01:05:33 +01:00
"additionalProperties": false,
"properties": {
2021-01-05 10:41:43 +01:00
"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"
}
2021-01-05 01:05:33 +01:00
}
}