Biome Music[Forge/Fabric]
Modby someaddon
change delay between music, more varied music, fix modded biomes not playing music
Type
Mod
CurseForge Downloads
39,084,333
CurseForge ID
840873
Modrinth Downloads
4,328
Modrinth ID
9noypaID
Last Updated
Jun 12, 2026
Description

---
## **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": {
":": {
"sound": "",
"": true/false,
"": ""
},
},
"randomMusic": {
":": {
"sound": "",
"": true/false,
"": ""
}
}
}
```
Or in older versions (past 1.2)
```
{
"biomeMusic": {
":": ""
},
"randomMusic": {
":": ""
}
}
```
**4.** List of valid conditions:
- day (boolean) — e.g. true (if its day)
- night (boolean) — e.g. true (if its night)
- rain (boolean) — e.g. true (if its raining)
- thunder (boolean) — e.g. true (if its thundering)
- dimension (string) — e.g. "minecraft:overworld" (if you are in a specific dimension)
- underwater (boolean) — e.g. true (if you are underwater)
- underground (boolean) — e.g. true (if you are underground)
- deepUnderground (boolean) — e.g. true (if you are deep underground)
- highUp (boolean) — e.g. true (if you are high up)
- village (boolean) — e.g. true (if villagers er nearby)
- nearbyMobs (list) — e.g. ["minecraft:zombie"] (if the mob is nearby)
- boss (list) — e.g. ["minecraft:wither"] (if the boss is present)
- riding (boolean/string) — e.g. true or "minecraft:horse" (if you are riding anything)
- fishing (boolean) — e.g. true (if you are fishing)
- dying (boolean) — e.g. true (2 hearts or under)
### Can I include it in my modpack?
**Absolutely!** You’re free to include this mod in any personal or public modpack, and you may even distribute the modpack.
Compatibility
Mod Loaders
Fabric
Game Versions
1.20.6
1.21.1
Similar Mods
Fabric API
Core API library for the Fabric toolchain
Mod
389,063,744
Bookshelf
An open source library for other mods!
Mod
387,096,037
Clumps
Clumps XP orbs together to reduce lag
Mod
372,446,862
JourneyMap
Real-time map used for mapping in-game or your browser as you explore.
Mod
347,116,304
Entity Culling Fabric/Forge
Using async path-tracing to hide Tiles/Entities that are not visible
Mod
322,031,148
Waystones
Teleport back to activated waystones. For Survival, Adventure or Servers.
Mod
311,514,183
Included in Modpacks
Better MC [FORGE] - BMC4
MC Rebalanced