Mixtape
Mixtape is a client-side Minecraft mod that offers extensive customization options for the game's music system. You gain complete control over music frequency, track selection, and numerous other parameters!
Key Features
Playback Control:
- Hotkeys for skipping the current composition
- Dedicated button for starting new tracks
- Music pause/resume functionality
Location Settings:
- Music reassignment for different locations (Nether, End, underwater environments, and others)
- Control over inter-track delays in all regions
- Disabling automatic music pause during game suspension, world transitions, or world exit
Audio Settings:
- Variation of music pitch with configurable minimum and maximum range
- Individual parameters for each music type (menu, creative, game, underwater, Nether, End, jukebox)
Special Jukebox Features:
- Volume reduction of regular music during disc playback
- Monophonic jukebox playback for consistent sound balance
- Replacement of standard tracks with alternative versions
Additional Capabilities:
- Useful musical information in debug screen
- Music notifications (toasts) displaying artist, track name, and album cover
- Resource pack music compatibility
Resource Pack Integration
Adding Track Metadata
Create a music_list.json file in the resourcepack/assets/mixtape folder containing composition information:
{
"calm1": {
"name": "Minecraft",
"artist": "C418",
"album": "Minecraft - Volume Alpha"
},
"calm2": {
"name": "Clark",
"artist": "C418",
"album": "Minecraft - Volume Alpha"
}
}
Album Cover Registration
Create an album_list.json file to link album names with graphical resources:
{
"Minecraft - Volume Alpha": {
"x": 0,
"y": 0
},
"Minecraft - Volume Beta": {
"x": 1,
"y": 0
}
}
Built-in Resource Packs
Mixtape includes six ready-made music configuration sets, some containing C418 compositions not included in the official game version:
- Unused Music - adds unpublished C418 tracks
- 0x10c in the End - replaces End music with the 0x10c soundtrack
- Only C418 - keeps only C418 compositions in the selection
- Only C418 with Unused Tracks - expanded version of above
- No Nether Update - excludes music from the Nether update
- No Biome Dependence - disables music tied to biome types
Unused Tracks:
- Intro, Kyoto, Équinoxe, Ki, Chris
- Flake, Excuse, Door, Beginning
- Moog City, Droopy Likes Richochet
All musical compositions in this mod were personally created by C418.