Menu Music
Change the title menu music without much fuzz!
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
Menu Music
Menu Music
Change the title menu music without much fuzz!
---
Usage
1. Install the mod. 2. Load a sound resource with `menumusic:music` identifier. 3. 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
```json { "music": { "category": "music", "sounds": [ "menumusic:track1", "menumusic:track2" ] } } ```