Download Biome Music — Minecraft Mods — MetaMods

Biome Music

Active

Downloads

0

Last update

2 weeks ago

Versions

1.20.6 — 1.21.1
Client
Fabric
Neoforge
Forge
Decor
Libraries

Mod Title


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>"
  }
}