nothub / menumusic

Change Minecrafts title menu music without much fuzz!

Home Page:https://modrinth.com/mod/menumusic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"
    ]
  }
}

About

Change Minecrafts title menu music without much fuzz!

https://modrinth.com/mod/menumusic

License:MIT License


Languages

Language:Java 100.0%