1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-09-27 02:45:15 +00:00
Files
bedrock-samples/metadata/json_schemas/client/biome/1.21.80/Music Client Biome Component.json
2025-09-09 10:02:11 -07:00

24 lines
822 B
JSON

{
"$id": "4184661767",
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"3471754814": {
"title": "Reference",
"type": "string"
}
},
"description": "Affect how music plays within the biome",
"properties": {
"music_definition": {
"$ref": "#/definitions/3471754814",
"description": "Music to be played when inside this biome. If left off or not found the default music will be determined by the dimension. Empty string will result in no music."
},
"volume_multiplier": {
"description": "Multiplier temporarily and gradually applied to music volume when within this biome. Must be a value between 0 and 1, inclusive.",
"type": "number"
}
},
"title": "minecraft:biome_music",
"type": "object",
"x-format-version": "1.21.80"
}