
Biome Music
Активный0.0
Установок
0
Последнее обновление
2 недели назад
Версии
1.20.6 — 1.21.1
Клиент
Fabric
Neoforge
Forge
Декорации
Библиотеки
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>"
}
}