also if you want information about the bug here ya go
I kept all the File Names the same(basically renamed the .mp3 files to "day1," "menu1," ect...)
Songs I Replaced|Songs I Used
day1|Terraria overworld Theme Remix
day3|Dream's "Roadtrip" Piano Remix
mcunder3|Megalovania Remix
menu1|Dearly Beloved Remix
night2|Pigstep Remix
changed code bits of the "musics.json"
{
"day3": {
"name": "Overworld Day Remix",
"topic": "Terraria",
"author": "Touhocaloid",
"path": "musics\\day1.mp3"
}
},
{
"day5": {
"name": "Roadtrip Piano Remix",
"topic": "Dream(Youtuber)",
"author": "Dario D'aversa",
"path": "musics\\day5.mp3"
}
},
{
"mcunder3": {
"name": "Megalovainia Remix",
"topic": "Undertale",
"author": "Magentium",
"path": "musics\\mcunder3.mp3"
}
},
{
"night2": {
"name": "Pigstep Remix",
"topic": "Minecraft",
"author": "Qumu",
"path": "musics\\night2.mp3"
}
},
{
"menu1": {
"name": "Dearly Beloved Remix",
"topic": "Kingdom Hearts",
"author": "Artic Empire",
"path": "musics\\menu1.mp3"
}
},