HomeJavaModsBGM Player
BGM Player

BGM Player

This mod fully overwrite the game bgm system.

Features

Configure

You can use resource reloading to reload all configurations.

Game will load all music and icon into memory when reloading resources, which may cause a loading lag.

Root configuration

This config will automatically create in .minecraft/config/bgm-player/config.json after game launch.

{
  //Allow: playlist, single_looping, random
  "mode": "random",
  //The ordinal in music list screen. If one of music is not here, it will append at last.
  "playlist": [
    //Fill the json file name of music config without file extension.
    //Game will automatically play the first music at launch, you can define the first one at here.
  ]
}

Music configuration

All music config save in .minecraft/config/bgm-player/music/.

{
  "name": "Name display in the music list",
  //Relative path of .minecraft/config/bgm-player/resource/
  "path": "The music path. Support wav, ogg and mp3.",
  "author": "(Optional) Music author",
  "album": "(Optional) Music album",
  //Relative path of .minecraft/config/bgm-player/resource/
  "icon": "(Optional) The icon path. Support png, jpg and webp."
}
Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more