Compatibility
Minecraft: Java Edition
1.21.1
1.20.6
Platforms
Supported environments
Creators
Details
Licensed ARR
Published 5 days ago
Updated 4 days ago
INFO
Biome Music Is a lib that allows anyone to make a resource pack, for biome based music. The lib supports custom biomes, not only that but has two modes random biome music and instant biome music.
USAGE
1. Create or edit your pack.mcmeta
to set up your resource pack.
2. Inside assets\bmusic
, create a file called soundconfig.json
.
(If the folders don’t exist, simply create them.)
3. Define your biome music with the following format:
{
"biomeMusic": {
"<example modid>:<insert biome>": "<insert sound>"
},
"randomMusic": {
"<example modid>:<insert biome>": "<insert sound>"
}
}