Unofficial site, not affiliated with modrinth.com.What is this?
Моды/Mixtape
  • Mixtape 1.6.2 for Minecraft 1.20.3-1.20.4

    release11 февраля 2024 г.
    • 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 for Minecraft 1.20.2

    release11 февраля 2024 г.
    • 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 for Minecraft 1.20

    release11 февраля 2024 г.
    • 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.1

    release8 июля 2023 г.
    • Fixed a bug where jukeboxes just didn't play at all.
  • Mixtape 1.6.0

    release7 июля 2023 г.
    • Switch from cloth config to yet another config lib!
    • Mixtape's config screen now looks like this! image
    • 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.
  • Mixtape 1.5.3

    release20 июня 2023 г.
    • 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
  • Mixtape 1.5.2

    release14 июня 2023 г.
    • 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.
    {
     "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
    {
      "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.
  • Mixtape 1.5.1

    release9 июня 2023 г.
    • 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.
  • Mixtape 1.5.0

    release8 июня 2023 г.
    • Fixed a bug where the music volume slider did not affect the volume of the music.
    • 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.
  • Mixtape 1.4.1

    release29 апреля 2023 г.

    Add missing translation key.

  • Mixtape 1.4.0

    release28 апреля 2023 г.

    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.
  • Mixtape 1.3.4

    release11 апреля 2023 г.

    Fixed a bug where jukebox songs are played from your coordinates plus the jukeboxes coordinates when mono setting is enabled.

  • Mixtape 1.3.3 for 1.19.4

    release10 апреля 2023 г.

    Fixed version number of built in resourcepacks being 12 instead of 13 which caused the packs to be flagged as outdated.

  • Mixtape 1.3.2 for 1.19.4

    release29 марта 2023 г.
    • Updated to work with 1.19.4!
  • Mixtape 1.3.1 for 1.19.3

    release28 февраля 2023 г.
    • Removed songs that aren't used in the mod (just makes the mod a bit smaller)
  • Mixtape 1.3.1 for 1.19 - 1.19.2

    release28 февраля 2023 г.

    Added all 1.3 & 1.3.1 features for 1.19.2.

  • Mixtape 1.3

    release27 февраля 2023 г.
    • Updated to work with 1.19.3!
    • Removed the cassettes resourcepack (it might have been causing copyright issues idfk) (you can get it from pmc).
    • Fixed the cat and 11 disc descriptions to match dog and eleven if those settings are turned on.
    • Fixed bug where you couldn't modify the volume specific to each music type if you didn't have the vary pitch option enabled.
    • Removed the mixtape button location feature. I might add this back, but it would take a lot of code, and i think everyone would be fine with it being beside the sounds button anyway.
  • Mixtape 1.2 for 1.19+

    release3 октября 2022 г.

    Updated to work for 1.19 - 1.19.2

  • Mixtape 1.1 for 1.19

    release25 сентября 2022 г.

    The first release of Mixtape! Features include

    • A skip keybind
    • A pause/resume keybind (currently only sets the delay between songs to infinite, not finished)
    • A setting to change the music from based on your location, to the music from a specific location, nether, end, underwater, etc
    • A setting that you can enable to make the pitch of the music varied, so each time you hear it it's slightly different
      • You can change the minimum and maximum the pitch can change to, giving you control over the variation
    • Settings for each music type (menu, creative, game, underwater, end, nether, credits, and jukebox)
      • Whether or not music of this type can play
      • The maximum delay that can happen before more music plays (apart from the credits and jukebox music)
      • The maximum delay that can happen before more music plays (apart from the credits and jukebox music)
      • The volume at which the songs play
    • Special settings for jukebox songs
      • A setting to change the jukebox songs to play in mono, so they don't switch ear when you turn around
      • A setting to replace the song 11 with the song eleven
      • A setting to replace the song cat with the song dog
    • Useful info in the debug screen

    Mixtape also comes with 7 built-in resourcepacks!

    • Cassettes
      • Changes all the disk textures to look like cassettes
    • Unused music
      • Adds the unused music written by c418 for minecraft
    • 0x10c in the end
      • Makes the songs from the 0x10c soundtrack play in the end
    • No caves and cliffs
      • Stops the songs from the caves and cliffs and wild update soundtracks from playing
    • No caves and cliffs plus unused music
      • Stops the songs from the caves and cliffs and wild update soundtracks from playing and adds the unused music
    • No nether update
      • Stops the songs from the nether update soundtrack from playing
    • No nether update plus unused music
      • Stops the songs from the nether update soundtrack from playing and adds the unused song

Совместимость

Minecraft: Java Edition

Платформы

Поддерживаемые окружения

Клиент

Сведения

Лицензия:
Опубликован:3 года назад
Обновлён:2 года назад
ID проекта:
Главная