/
music_list.json file in resourcepack/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"
}
}
album_list.json file in resourcepack/assets/mixtape structured like this with x and y matching coordinates of 300x300 squares on resourcepack/assets/mixtape/textures/gui/album_covers.png{
"Album": {
"x": 0,
"y": 2
},
"Album2": {
"x": 1,
"y": 2
}
}