Changelog
- Made Mixtape compatible with resourcepacks!
- you can now create a
music_list.jsonfile inresourcepack/assets/mixtapestructured 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.jsonfile inresourcepack/assets/mixtapestructured 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
Mixtape-1.5.2.jar(29.69 MiB) Primary Download
External resources
Project members
AliahX
Owner
Technical information
License
MIT
Client side
required
Server side
unsupported
Project ID



