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.
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!

More Guides
Minecraft Effect Lab: Mastering Invisible Potions and Particles in 26.x
Stop letting messy swirl circles ruin your cinematic builds and boss fights. Lea...
How to Fix "Too Expensive!" Anvil Error in Minecraft (26.x Guide)
Learn step-by-step how to bypass the 40-level anvil limit, understand prior work...
How to Read Spark Profiler Reports to Fix Minecraft Server Lag (26.x)
A deep technical guide to diagnosing MSPT spikes, entity tick bottlenecks, chunk...
How to Repair Corrupted Chunks & Crash Loops Without Wiping Your World
Learn how to isolate corrupted anvil region files (.mca), locate crash coordinat...