
Music Delay Controller
This mod provides complete control over the delay of background music playback in the game.
Configuration Settings
All parameters are configured through a configuration file located at .minecraft/config/music_delay_controller.json
. When you first launch the game with the mod installed, this file will be created automatically. If needed, you can create it manually.
Below is an example of the configuration file structure with detailed comments:
{
"bgm music id": {//All parameters are optional
"enable": true,//Enable playback of this music, default: true
"minDelay": 0,//Minimum delay before playback, default: 0
"maxDelay": 0 //Maximum delay before playback, default: 0
},
//Add additional settings as needed
}
List of Default Background Music Identifiers
Data source: Minecraft official documentation
music.creative
: Background music in creative modemusic.credits
: Background music during the credits screenmusic.dragon
: Music during Ender Dragon battlemusic.end
: Background music in the End dimensionmusic.game
: Background music in survival modemusic.menu
: Background music on the title screenmusic.under_water
: Background music when underwater