{"id":26669283,"url":"https://github.com/eclipseisoffline/jukeboxcustomdiscfix","last_synced_at":"2025-03-25T21:48:11.995Z","repository":{"id":224931426,"uuid":"764623677","full_name":"eclipseisoffline/jukeboxcustomdiscfix","owner":"eclipseisoffline","description":"This mod fixes bug MC-260346, which causes custom music discs, when played in a jukebox, to be cut off when the vanilla disc would normally end.","archived":false,"fork":false,"pushed_at":"2024-08-28T14:49:11.000Z","size":124,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-08-28T16:24:08.391Z","etag":null,"topics":["minecraft","minecraft-mod","minecraft-resourcepack"],"latest_commit_sha":null,"homepage":"https://modrinth.com/mod/jukebox-custom-disc-fix","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eclipseisoffline.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":"eclipseisoffline","custom":null}},"created_at":"2024-02-28T12:21:07.000Z","updated_at":"2024-08-28T14:49:15.000Z","dependencies_parsed_at":"2024-05-07T10:28:15.539Z","dependency_job_id":"7bcfc10a-6f47-4f36-b125-6944922b6122","html_url":"https://github.com/eclipseisoffline/jukeboxcustomdiscfix","commit_stats":null,"previous_names":["eclipseisoffline/jukeboxcustomdiscfix"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eclipseisoffline%2Fjukeboxcustomdiscfix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eclipseisoffline%2Fjukeboxcustomdiscfix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eclipseisoffline%2Fjukeboxcustomdiscfix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eclipseisoffline%2Fjukeboxcustomdiscfix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eclipseisoffline","download_url":"https://codeload.github.com/eclipseisoffline/jukeboxcustomdiscfix/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245550537,"owners_count":20633872,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["minecraft","minecraft-mod","minecraft-resourcepack"],"created_at":"2025-03-25T21:48:11.415Z","updated_at":"2025-03-25T21:48:11.988Z","avatar_url":"https://github.com/eclipseisoffline.png","language":"Java","readme":"# Jukebox Custom Disc Fix\n\n[![Modrinth Version](https://img.shields.io/modrinth/v/NtPNF0D7?logo=modrinth\u0026color=008800)](https://modrinth.com/mod/jukebox-custom-disc-fix)\n[![Modrinth Game Versions](https://img.shields.io/modrinth/game-versions/NtPNF0D7?logo=modrinth\u0026color=008800)](https://modrinth.com/mod/jukebox-custom-disc-fix)\n[![Modrinth Downloads](https://img.shields.io/modrinth/dt/NtPNF0D7?logo=modrinth\u0026color=008800)](https://modrinth.com/mod/jukebox-custom-disc-fix)\n[![Discord Badge](https://img.shields.io/badge/chat-discord-%235865f2)](https://discord.gg/CNNkyWRkqm)\n[![Github Badge](https://img.shields.io/badge/github-jukeboxcustomdiscfix-white?logo=github)](https://github.com/eclipseisoffline/jukeboxcustomdiscfix)\n![GitHub License](https://img.shields.io/github/license/eclipseisoffline/jukeboxcustomdiscfix)\n\n## Minecraft 1.21 notice\n\nThe bug report for the bug this mod fixes has been marked as resolved as of Minecraft 1.21.\n\nThis mod will continue to be updated and has a 1.21 version, however as of Minecraft 1.21 it is\nstrongly recommended to use the vanilla Minecraft way of adding custom discs, which is through datapacks.\nInformation about how to do so can be found [here](https://minecraft.wiki/w/Jukebox_song_definition).\n\nIf you still wish to listen to custom discs through just the use of a resource pack though, you will need this mod.\nAs of 1.21 this mod now fixes the bug client-side as well, meaning you can join every server with a custom disc resource pack, without the disc being cut off.\n\n## README\n\nThis mod fixes bug [MC-260346](https://bugs.mojang.com/browse/MC-260346), which causes custom music\ndiscs, when played in a jukebox, to be cut off when the vanilla disc would normally end.\n\nThe fix is implemented server-side by only telling the client to stop playing a disc sound when the disc item is removed \nfrom the jukebox (either by a hopper or by a player clicking on the jukebox), whereas in vanilla\nMinecraft the client is told to stop playing a disc sound as soon as the vanilla disc would end.\n\nAs of Minecraft 1.21 (mod version 0.1.4-1.21), this mod has a client-side fix as well. This is implemented\nby ignoring all packets the server sends to the client that tell the client to stop playing a song,\nand instead have the client only stop playing a song when the `has_record` block state for the jukebox\nplaying the song has been set to `false`.\n\nWhen installed on servers, this mod does not have to be installed on clients connecting.\n\nFeel free to report any bugs, at the issue tracker.\n\n## License\n\nThis mod is licensed under GNU LGPLv3.\n\n## Donating\n\nIf you like this mod, consider [donating](https://buymeacoffee.com/eclipseisoffline).\n\n## Discord\n\nFor support and/or any questions you may have, feel free to join [my discord](https://discord.gg/CNNkyWRkqm).\n\n## Version support\n\n| Minecraft Version | Fabric                        | Quilt                         | NeoForge                            | Forge                               |\n|-------------------|-------------------------------|-------------------------------|-------------------------------------|-------------------------------------|\n| 1.21.5            | ✅ Current                     | ✔️ Use Fabric version         | ❌ Unavailable                       | ❌ Unavailable                       |\n| 1.21.4            | ✅ Current                     | ✔️ Use Fabric version         | ❌ Unavailable                       | ❌ Unavailable                       |\n| 1.21.2+3          | ✅ Current                     | ✔️ Use Fabric version         | ❌ Unavailable                       | ❌ Unavailable                       |\n| 1.21+1            | ✅ Current                     | ✔️ Use Fabric version         | ❌ Unavailable                       | ❌ Unavailable                       |\n| 1.20.5+6          | ✅ Current, no client side fix | ✅ Current, no client side fix | ✔️ Available, won't receive support | ❌ Unavailable                       |\n| 1.20.4            | ✅ Current, no client side fix | ✅ Current, no client side fix | ✔️ Available, won't receive support | ❌ Unavailable                       |\n| 1.20.2            | ✅ Current, no client side fix | ✔️ Use Fabric version         | ❌ Unavailable                       | ❌ Unavailable                       |\n| 1.20.1            | ✅ Current, no client side fix | ✔️ Use Fabric version         | ✔️ Available, won't receive support | ✔️ Available, won't receive support |\n\nI try to keep support up for the latest major and latest minor release of Minecraft. Updates to newer Minecraft\nversions may be delayed from time to time, as I do not always have the time to immediately update my mods.\n\nUnsupported mods are still available to download, but they won't receive new features or bugfixes.\n\nPorts for modloaders other than Fabric are available for 1.20.x versions, but supporting other modloaders is quite a hassle and I decided\nit wouldn't be worth the effort anymore for 1.21.x versions and above.\n\n## Usage\n\nMod builds can be found on the releases page, as well as on [Modrinth](https://modrinth.com/mod/jukebox-custom-disc-fix).\n\nThe Fabric API is not required. This mod is not required on clients when playing multiplayer and the mod is installed server-side.\n","funding_links":["https://buymeacoffee.com/eclipseisoffline"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feclipseisoffline%2Fjukeboxcustomdiscfix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feclipseisoffline%2Fjukeboxcustomdiscfix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feclipseisoffline%2Fjukeboxcustomdiscfix/lists"}