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

23 lines
1.2 KiB
JSON
Raw Normal View History

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