MC ToolboxMC TOOLBOX

July 20, 2026

Custom Music Discs & Sound Events in Minecraft 26.x

Replace jukebox music discs or add brand new custom audio tracks to your server using Java & Bedrock resource packs.

Custom music discs allow you to add custom soundtracks, meme audio, or background music to your Minecraft server or adventure map using resource packs.

Audio Format Requirements

Minecraft requires all custom audio files to be encoded in OGG Vorbis (.ogg) format at 44.1kHz sample rate.

Jukebox playing custom music disc with floating musical notes
Screenshot from the matching MC Toolbox tool.

sounds.json Registry Configuration

In your resource pack, register the audio file in assets/minecraft/sounds.json:

{
  "music_disc.custom_track": {
    "sounds": [
      { "name": "records/my_custom_song", "stream": true }
    ]
  }
}

Converting MP3/WAV Audio Automatically

Converting audio files and setting up the JSON manually can be tricky. Use our web-based Music Disc Maker to drag and drop your audio files and export a complete Java or Bedrock pack in seconds!

Gio Nui

Gio Nui

I'm an independent developer and long-time Minecraft creator. Since 2011, I've been focused on building high-performance, browser-based tools for the community.

More Guides