Menu Music

Menu Music

Mod

Change the title menu music without much fuzz!

Client CursedUtility

4,399 downloads
12 followers
Created2 years ago
Updateda month ago

Follow Save
Host your Minecraft server on BisectHosting - get 25% off your first month with code MODRINTH.

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

example packs

menumusic.zip
├── assets
│   └── menumusic
│       ├── sounds
│       │   ├── track1.ogg
│       │   └── track2.ogg
│       └── sounds.json
└── pack.mcmeta

KubeJS

loading assets

kubejs/
└── assets
    └── menumusic
        ├── sounds
        │   ├── track1.ogg
        │   └── track2.ogg
        └── sounds.json

sounds.json

format description

{
  "music": {
    "category": "music",
    "sounds": [
      "menumusic:track1",
      "menumusic:track2"
    ]
  }
}

External resources



Project members

nothub

Owner


Technical information

License
MIT
Client side
required
Server side
unsupported
Project ID