Backported to older versions
Fixed Spotify authentication not working on macOS - the callback server was binding to 127.0.0.7 which triggers local network permission prompts that java doesn't have access to. switched to standard localhost (127.0.0.1) and it should just work now
If you already set up your Spotify app, you'll need to update the redirect URI in your Spotify Developer Dashboard
Old: http://127.0.0.7:25566/callback New: http://127.0.0.1:25566/callback
Fixed Spotify authentication not working on macOS - the callback server was binding to 127.0.0.7 which triggers local network permission prompts that java doesn't have access to. switched to standard localhost (127.0.0.1) and it should just work now
If you already set up your Spotify app, you'll need to update the redirect URI in your Spotify Developer Dashboard
Old: http://127.0.0.7:25566/callback New: http://127.0.0.1:25566/callback
Fixed HUD and controls not working for most users Added in-game Spotify app setup (no more hardcoded credentials) New "Configure Spotify App" screen with setup instructions
Fixed HUD and controls not working for most users Added in-game Spotify app setup (no more hardcoded credentials) New "Configure Spotify App" screen with setup instructions

Display your Spotify now playing directly in Minecraft with a customizable HUD overlay featuring synced lyrics, album art, playback controls, and automatic color extraction.