

Disable menu music
This simple resource pack disables the background music on the main screen of the game. It will be especially useful for those who often leave Minecraft running in the background while working on the computer or watching other content.
Technical Features
The music is disabled using a special file sounds.json
located in the resource pack archive at the path Disable menu music.zip/assets/minecraft/
. The contents of this file are as follows:
{
"music.menu": {
"replace": true
}
}
Some parameters may be missing - this is the normal operation of the mechanism that replaces sound files with empty data. The development of the resource pack was based on the official documentation of the Minecraft sound file format.