RadioPlayer

Quick rating

RadioPlayer

No reviews yet

A fully-featured, client-side Internet Radio for Minecraft Fabric!

QoL & Tweaks
Mod Loaders
Fabric
Minecraft
26.2

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Unsupported

About

Project Details

Type
Mod
License
MIT License
Latest Version
radio-mod-26.2-1.3.1
Authors
CurseForge
Modrinth

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

📻 Fabric Radio Mod

A fully-featured, client-side Internet Radio mod for Minecraft Fabric (1.21.4). Listen to thousands of real-world radio stations directly in your game without any external software!

{EBCF9EDE-35F3-4717-9DCC-9F7A6F8553FB}

{268C23F2-4F56-4504-B1C7-25DE4608460D}

✨ Features

  • Live Station Search: Powered by the free Radio Browser API, giving you access to thousands of stations globally.
  • Background Audio Engine: Plays MP3 streams seamlessly in a separate background thread. It will never lag or stutter your game!
  • Advanced Filters: Easily sort stations by Country or Music Genre using built-in dropdown menus.
  • Favorites System: Save your preferred stations with one click (★) for quick access. Export and import your favorites as a JSON file.
  • Album Art: Automatically fetches and displays the current song's album cover via the iTunes API — shown in both the toast notification and the main menu.
  • Interactive Metadata Toasts: See the currently playing song in an elegant, resizable corner popup (Small / Medium / Large). Click the ⛔ button to permanently blacklist annoying songs or ads.
  • Song History: Browse the last 20 played songs in a dedicated screen. Click any entry to copy it to your clipboard.
  • Dynamic Icons: Automatically downloads and displays station logos — supports PNG, JPEG, WEBP and ICO formats.
  • Highly Customizable: ModMenu integration lets you tweak volume, toast size, popup duration, and manage your notification blacklist.

⚙️ Installation & Requirements

This is a Client-Side only mod. You do not need to install it on your server.

  1. Install Fabric Loader.
  2. Download and drop the radio-mod-1.2.0.jar into your .minecraft/mods folder.
  3. Required: Fabric API
  4. Recommended: ModMenu (to access the settings screen).

🎮 Controls

  • Press R (Default) in-game to open the Main Radio Menu.
  • Use the slider in the menu to adjust the radio volume independently from the game's master volume.

🌐 Languages

The mod automatically adapts to your Minecraft language settings!

📝 Changelog

v1.2.0

  • NEW: Album art fetched automatically from iTunes API — displayed in toast and main menu
  • NEW: Song history screen (last 20 songs) — click any entry to copy to clipboard
  • NEW: Toast size selector in settings (Small / Medium / Large)
  • NEW: Export & Import favorites as JSON (config/radiomod_favorites_export.json)
  • FIX: Station icons now support JPEG, WEBP and ICO formats (previously only PNG worked)
  • FIX: Crash (NullPointerException) when icon download failed
  • IMPROVED: Main menu button layout — evenly spaced and aligned

v1.0.0

  • Initial release

📝 Credits

📻 Fabric Radio Mod

A fully-featured, client-side Internet Radio mod for Minecraft Fabric (1.21.4 / 26.1.2 / 26.2). Listen to thousands of real-world radio stations directly in your game without any external software!

{EBCF9EDE-35F3-4717-9DCC-9F7A6F8553FB} {268C23F2-4F56-4504-B1C7-25DE4608460D}

✨ Features

  • Live Station Search: Powered by the free Radio Browser API, giving you access to thousands of stations globally.
  • Background Audio Engine: Plays MP3 streams seamlessly in a separate background thread. It will never lag or stutter your game!
  • Advanced Filters: Easily sort stations by Country or Music Genre using built-in dropdown menus.
  • Favorites System: Save your preferred stations with one click (★) for quick access. Export and import your favorites as a JSON file.
  • Album Art: Automatically fetches and displays the current song's album cover via the iTunes API — shown in both the toast notification and the main menu.
  • Interactive Metadata Toasts: See the currently playing song in an elegant, resizable corner popup (Small / Medium / Large). Click the ⛔ button to permanently blacklist annoying songs or ads.
  • Song History: Browse the last 20 played songs in a dedicated screen. Click any entry to copy it to your clipboard.
  • Dynamic Icons: Automatically downloads and displays station logos — supports PNG, JPEG, WEBP and ICO formats.
  • Highly Customizable: ModMenu integration lets you tweak volume, toast size, popup duration, and manage your notification blacklist.

⚙️ Installation & Requirements

This is a Client-Side only mod. You do not need to install it on your server.

  1. Install Fabric Loader for your Minecraft version.
  2. Download the correct .jar for your version:
    • radio-mod-26.1.2-1.3.0.jar for Minecraft 26.1.2
    • radio-mod-26.2-1.3.0.jar for Minecraft 26.2
    • radio-mod-1.2.0.jar for Minecraft 1.21.4
  • Drop the jar into your .minecraft/mods folder.
  • Required: Fabric API
  • Recommended: ModMenu (to access the settings screen).

🎮 Controls

  • Press R (Default) in-game to open the Main Radio Menu.
  • Use the slider in the menu to adjust the radio volume independently from the game's master volume.

🌐 Languages

The mod automatically adapts to your Minecraft language settings!

  • English (Default)
  • Polish (Polski)

📝 Changelog

v1.3.0

  • NEW: Ported to Minecraft 26.1.2 and 26.2 (dual build)
  • NEW: Smooth marquee scrolling with proper clipping
  • IMPROVED: Adapted to 26.x rendering API (GuiGraphicsExtractor, ActiveTextCollector)
  • FIX: Station list text, toast text, and album art now render correctly on 26.x
  • FIX: Removed dead code

v1.2.0

  • NEW: Album art fetched automatically from iTunes API — displayed in toast and main menu
  • NEW: Song history screen (last 20 songs) — click any entry to copy to clipboard
  • NEW: Toast size selector in settings (Small / Medium / Large)
  • NEW: Export & Import favorites as JSON (config/radiomod_favorites_export.json)
  • FIX: Station icons now support JPEG, WEBP and ICO formats (previously only PNG worked)
  • FIX: Crash (NullPointerException) when icon download failed
  • IMPROVED: Main menu button layout — evenly spaced and aligned

v1.0.0

  • Initial release

📝 Credits

Screenshots

Gallery

  • 1.2
    1.2 557761120-b6826517-2af6-488a-a58d-c325c25270c8.png
  • 1.2 settings
    1.2 settings 557760809-d6c97d23-3701-46df-b0af-adf944fd126c.png
  • 1.0
    1.0 i-made-a-client-side-fabric-mod-that-lets-you-listen-to-v0-8cif1ujxx8lg1.png
  • 1.2.0
    1.2.0
  • 1.2.0
    1.2.0
  • Main Menu
    Main Menu
  • Settings Menu
    Settings Menu

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Total Downloads
CurseForge
<1,000
Modrinth
<1,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works