2024-12-05 20:54:27 +05:00
{
"$id" : "blockception.minecraft.resource.biomes.minecraft.biome_music" ,
"title" : "Biome Music" ,
"description" : "Affects how music plays within the biome." ,
"type" : "object" ,
"additionalProperties" : false ,
"properties" : {
2025-04-29 12:02:06 +05:00
"music_definition" : {
"title" : "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." ,
"type" : "string"
} ,
2025-09-08 07:01:39 -05:00
"underwater_music" : {
"title" : "Underwater Music" ,
"description" : "Enables underwater music" ,
"type" : "boolean"
} ,
2024-12-05 20:54:27 +05:00
"volume_multiplier" : {
"title" : "Volume Multiplier" ,
"description" : "Multiplier temporarily and gradually applied to music volume when within this biome." ,
2025-04-29 12:02:06 +05:00
"type" : "number" ,
2024-12-05 20:54:27 +05:00
"minimum" : 0 ,
"maximum" : 1
}
}
}