1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-08-23 09:42:27 +00:00
Files
bedrock-samples/metadata/json_schemas/client/1.21.40/biome/Music Client Biome Component.json
Mike Ammerlaan c32ab2ac8e v1.21.100.6
2025-08-05 10:30:44 -07:00

25 lines
948 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "4184661767",
"x-format-version": "1.21.40",
"x-minecraft-version": "1.21.100-beta.6",
"definitions": {
"3504177219": {
"title": "Reference",
"type": "string"
}
},
"title": "minecraft:biome_music",
"description": "Affect how music plays within the biome",
"type": "object",
"properties": {
"music_definition": {
"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.",
"$ref": "#/definitions/3504177219"
},
"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"
}
}
}