promotional bannermobile promotional banner

Mixtape

A mod that adds lots more configuration to the music in Minecraft.

File Details

Mixtape 1.5.2 for 1.20 - 1.20.1

  • R
  • Jun 14, 2023
  • 29.69 MB
  • 91
  • 1.20.1+1
  • Fabric

File Name

Mixtape-1.5.2.jar

Supported Versions

  • 1.20.1
  • 1.20

Curse Maven Snippet

Fabric

modImplementation "curse.maven:mixtape-681487:4585936"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

- Made Mixtape compatible with resourcepacks!
- you can now create a `music_list.json` file in `resourcepack/assets/mixtape` structured like this to make them correctly show up on music toasts.
```json
{
"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 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`
```json
{
"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.