Disable menu music
Disables the background music on the main menu (title screen)
Quick challenge
How far can you run before the mobs catch you?
Rotate your phone
Dino Mine is ready when your screen is landscape.
Minecraft check
Confirm your run
Complete the quick check to get your code.
Your code
Expires in 5 hours
Disable menu music
A simple resource pack that disables the background music on main menu (title screen).
Useful if you are doing something else while keeping Minecraft open in the background.
Technical details
The music is disabled using a file called *sounds.json* under *Disable menu music.zip/assets/minecraft/* and the contents are as follows:
{ "music.menu": { "replace": true } }
You might notice that some parameters are missing, that's how it works - replace 4 files with nothing.
Used the wiki documentation.