← Назад к ресурсам

Disable menu music

Disables the background music on the main menu (title screen)

Modrinth audio tweaks utility

Описание

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](https://minecraft.fandom.com/wiki/Sounds.json).