Menu Music
Change the title menu music without much fuzz!
Usage
- Install the mod.
- Load a sound resource with
menumusic:music
identifier. - Done, enjoy the music :)
Sound resources
Resource pack
menumusic.zip
├── assets
│ └── menumusic
│ ├── sounds
│ │ ├── track1.ogg
│ │ └── track2.ogg
│ └── sounds.json
└── pack.mcmeta
KubeJS
kubejs/
└── assets
└── menumusic
├── sounds
│ ├── track1.ogg
│ └── track2.ogg
└── sounds.json
sounds.json
{
"music": {
"category": "music",
"sounds": [
"menumusic:track1",
"menumusic:track2"
]
}
}
External resources
Featured versions
See allProject members

nothub
Owner
Technical information
License
MIT
Client side
required
Server side
unsupported
Project ID