Default file: musics.json
The information that will be shown in the toast notifications, the Jukebox's entries are also pulled from this file
{
"key": {
"album": "string",
"author": "string",
"cover": "string",
"customId": "Identifier",
"title": "string"
}
}
- "key": the sound event identifier of the track
- "author": The author of the track
- "album": The album name of the track
- "cover": (Optional) the name of the cover image found in
./assets/musicnotification/textures/gui/sprites/toast/
from the default texture to your custom resource pack - "customId": (Optional) Custom identifier for the track. e.g. when the music if from an ambient music sound event, see sounds.json and the vanilla sounds.json that can be found here
- "title": the title of the track