Compatibility
Minecraft: Java Edition
1.21.x
1.20.4–1.20.6
1.20.1–1.20.2
1.19.2–1.19.4
1.18.2
Platforms
Fabric
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Licensed MIT
Published 2 years ago
Updated 2 months ago
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"
]
}
}