Biome Music
Biome Music is a library that enables resource pack developers to create unique musical compositions for various Minecraft biomes.
Library Features
This library supports not only the game's standard biomes but also custom biomes added by other mods. Two playback modes are available: random selection of compositions when entering a biome and instant switching when changing locations.
Resource Pack Setup
To get started, you need to create or edit the pack.mcmeta file, which defines your resource pack as active.
Next, in the assets\bmusic folder, create a configuration file soundconfig.json. If the specified folders are missing, they need to be created manually.
Configuration Format
In the soundconfig.json file, use the following structure to configure music:
{
"biomeMusic": {
"<mod identifier>:<biome name>": "<sound identifier>"
},
"randomMusic": {
"<mod identifier>:<biome name>": "<sound identifier>"
}
}
This system allows flexible configuration of musical accompaniment for each biome in the game.