Compatibility
Minecraft: Java Edition
1.20–1.20.4
1.19.x
Platforms
Fabric
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed MIT
Published 2 years ago
Updated 8 months ago
Changelog
- Made Mixtape compatible with resourcepacks!
- you can now create a
music_list.json
file inresourcepack/assets/mixtape
structured like this to make them correctly show up on music toasts.
{
"calm1": {
"name": "Minecraft",
"artist": "C418",
"album": "Minecraft - Volume Alpha"
},
"calm2": {
"name": "Clark",
"artist": "C418",
"album": "Minecraft - Volume Alpha"
}
}
- you can now create an
album_list.json
file inresourcepack/assets/mixtape
structured like this with x and y matching coordinates of 300x300 squares onresourcepack/assets/mixtape/textures/gui/album_covers.png
{
"Album": {
"x": 0,
"y": 2
},
"Album2": {
"x": 1,
"y": 2
}
}
- Resourcepacks that add music without having a music or album list file will no longer crash the game.
Dependencies
Files
Metadata
Release channel
ReleaseVersion number
1.5.2Loaders
Game versions
1.20–1.20.1Downloads
189Publication date
June 14, 2023 at 3:23 AMPublisher
AliahX
Owner