Analysis updated 2026-05-18
Play synchronized YouTube music through a placeable in-game Minecraft speaker.
Carry a portable music speaker in your inventory that keeps playing while you move around.
Set up a multiplayer server where nearby players all hear the same song with spatial audio.
Use AI coding agents like Claude Code to help develop or extend the mod using its included agent instructions.
| muhammedtalha04/pockettune | abhishek-kumar09/configurate | abhishek-kumar09/orekit | |
|---|---|---|---|
| Stars | 0 | — | — |
| Language | Java | Java | Java |
| Last pushed | — | 2020-09-30 | 2020-11-15 |
| Maintenance | — | Dormant | Dormant |
| Setup difficulty | moderate | easy | moderate |
| Complexity | 3/5 | 2/5 | 4/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires NeoForge, Java 21, and the yt-dlp and mpv command line tools installed on PATH.
PocketTune is a Minecraft mod that adds a music speaker block players can place in the world, along with a portable version they can carry in their inventory. It plays YouTube videos and playlists, resolving the links with a tool called yt-dlp and playing the audio through a media player called mpv, so no browser tab, API key, or paid subscription is needed. The speaker supports spatial audio, meaning the sound gets quieter or changes based on distance and walls between the player and the speaker, along with a shared, synchronized playback queue so everyone nearby hears the same song at the same point. It includes a media player style interface with drag and drop queue management, cover art, artist and duration info, shuffle, repeat, and seeking. The mod also correctly pauses music while in menus like the options screen and resumes only during actual gameplay, and playback is not interrupted by opening an inventory or crafting screen. To use it, a player needs Minecraft 1.21.4 with the NeoForge mod loader, plus the yt-dlp and mpv tools installed and available on their system path. After placing the mod's jar file in the mods folder, players place a speaker block, right-click it, and paste in a supported YouTube link through the in-game interface. A dedicated server running the mod needs yt-dlp but does not need mpv, since only listening clients play the actual audio. For developers, the project includes one-command setup scripts for Windows, macOS, and Linux that check for and help install required tools like Java 21, yt-dlp, and mpv, plus a build command using Gradle. The README also notes the repository was set up with AI coding assistants like Claude Code and Cursor in mind, including dedicated instruction files for them. PocketTune is released under the Apache License 2.0, which allows free use, modification, and redistribution as long as the license and attribution notice are kept.
A Minecraft mod that adds a synchronized, portable YouTube music speaker with spatial audio, no API key required.
Mainly Java. The stack also includes Java, NeoForge, Minecraft.
Use freely for any purpose, including commercial use, as long as you keep the license and attribution notice.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.