Releases: AliahX/Mixtape
Releases · AliahX/Mixtape
Release version 1.6.2 for Minecraft 1.20
- There is now an update badge that will let you know when there is a mixtape update available, and it can be turned off in the settings.
- You can now show the current playing song in either the pause or options screen.
- Music toasts now disappear after their song has finished.
- Music toasts now show one after another, rather than 5 at a time.
- Jukeboxes now stop playing when you return to them if someone stopped them while they were outside your render distance.
- Mixtape is now enabled by default.
- Decreased the range of the mono distance slider for jukeboxes.
- Fixed interacting with jukeboxes crashing the game.
- Fixed jukeboxes not playing at all when mixtape was disabled.
- Fixed noteblocks playing their audio from 0, 0, 0 if mono was enabled for jukeboxes.
- Fixed jukebox volume slider not affecting the volume of jukeboxes.
- Fixed music turning up to max volume when any volume sliders were changed even if it was being turned down by jukeboxes.
- Fixed enabled toggles in music type settings not actually turning off that music type.
- Fixed new minecraft music (1.13+) from playing at a louder volume than old minecraft music when using mixtape resourcepacks.
- Fixed mod features still functioning when mixtape was disabled.
- Fixed mod icon not showing up properly in modmenu.
Mixtape-1.6.2-1.20.4 is for minecraft 1.20.3-1.20.4
Release version 1.6.1 for Minecraft 1.20-1.20.1
- Fixed a bug where jukeboxes just didn't play at all.
Release version 1.6.0 for Minecraft 1.20-1.20.1
- Switch from cloth config to yet another config lib!
- Mixtape's config screen now looks like this!
- Each config option has a title and a description.
- Make the options titled enabled in each of the separate music categories actually function.
- Rename the category game to overworld.
- Added an option to make music toasts last until their song ends.
- Added an option to control the distance at which you can hear a music disc when you have mono enabled.
- Make music discs volume scale with distance when mono is enabled.
- Added missing translation keys for music types.
- Fixed a bug where music doesn't turn back up after leaving the range that you could hear music discs from if mono was enabled.
- Fix the paths of 6 songs that were added incorrectly to the sounds.json file.
Release version 1.5.3 for Minecraft 1.20-1.20.1
- Fixed a bug where creative music plays in survival if you're in an overworld biome with specific music
- Added all vanilla songs as separate named events (currently only usable in /playsound)
- Fixed a mixin that was stopping the /stopsound command from working correctly
- Updated built-in resourcepack descriptions to fit on screens
Release version 1.5.2 for Minecraft 1.20-1.20.1
- Made Mixtape compatible with resourcepacks!
- you can now create a
music_list.json
file inresourcepack/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"
}
}
- you can now create an
album_list.json
file inresourcepack/assets/mixtape
structured 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.
Release version 1.5.1 for Minecraft 1.20
- Updated to work with 1.20!
- Music toasts now show 1.20 songs.
- Renamed no caves & cliffs resourcepack to Only c418.
- Fix bug music system breaks down after reloading resources.
- Fix bug where music was stopped when switching dimensions even with the option is disabled.
Release version 1.5.0 for Minecraft 1.19.4
- Fixed a bug where the music volume slider did not affect the volume of the music. (fixes #5)
- Fixed a bug where elytra and minecart sounds didn't play.
- Added Music toasts!
- Music toasts are like regular recipe and advancements toasts. They can show the album cover, the song artist & name, and the song album name.
- Music toasts have lots of customization for each part of them. (duration, whether or not they make a sound, what information they display. etc)
- Added an option to replace the ward disc with the song Droopy Likes Your Face by C418
- Added Droopy Likes Ricochet to the unused music set.
- Added two new resourcepacks that remove biome specificity to the music.
- Added options to stop the music from stopping when you leave a world, travel dimensions, or press pause.
Release version 1.4.1 for Minecraft 1.19.4
Add missing translation key. (fixes #4)
Release Version 1.4 for Minecraft 1.19.4
woah
- Added a keybind to start a new song when there is not currently one playing.
- Added a new option that lets you set the delays between songs in all zones to 0.
- Added a new option that lets you choose if the skip keybind start a new song if the delay is bigger than 0.
- Added a new option that lets you choose if the play keybind replaces the current song.
- Added a new option that lets you make the minecraft music turn down while a music disc is playing. (this was way too hard lmao)
- Added more info to the debug screen
- Fixed bugs where mod functions would still work when the mod was disabled in the options.
- Fixed bugs where the Dog and Eleven were always mono even when mono was disabled.
Release Version 1.3.4 for Minecraft 1.19.4
Fixed a bug where jukebox songs are played from your coordinates plus the jukeboxes coordinates when mono setting is enabled.