Files
minecraft-bedrock-json-schemas/source/resource/ui/elements/properties/sound_volume.json
2023-10-24 19:49:51 +02:00

15 lines
225 B
JSON

{
"title": "Sound Volume",
"description": "The volume of the sound.",
"anyOf": [
{
"type": "number",
"minimum": 0,
"maximum": 1
},
{
"$ref": "../../general/item_ref.json"
}
]
}