90% of ad revenue goes to creators. Go ad-free while supporting creators with Modrinth Plus. Subscribe today!
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"
]
}
}
Links
Details
Licensed MIT
Published 2 years ago
Updated a month ago