promotional bannermobile promotional banner

MusicBox Radio

Stream real internet radio in Minecraft. Place a music box, pick a station, and everyone nearby hears the same thing, or pair headphones and take it anywhere.
Back to Files

MusicBox Radio 1.2.1 (MC 1.19.2 Forge)

File namemusicboxradio-1.19.2-1.2.1.jar
Uploader
pablo67340pablo67340
Uploaded
Aug 23, 2026
Downloads
13
Size
1.2 MB
Mod Loaders
Forge
File ID
8710930
Type
R
Release
Supported game versions
  • 1.19.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:musicbox-radio-1661840:8710930")

Learn more about Curse Maven

What's new

Headphones go in the bauble head slot

With Curios installed, headphones can now be worn in the head slot rather than taking up the helmet slot.

Two things were missing. The item was never added to the curios:head tag, which is what Curios checks to decide whether an item may enter a slot. And nothing ever asked Curios for a head slot in the first place: Curios ships no slots of its own, so in a pack where nothing else requested one there was no slot to use even with the tag in place. The mod now asks for the slot itself, and asking is harmless when another mod has already done so.

Finding the headphones once worn already worked, so that side needed nothing.

On Fabric the same slot is requested from Trinkets as head/hat, with the matching item tag.

Trinkets detection actually works now

The Fabric integration read the equipped list as pairs of Minecraft's Tuple type, but Trinkets returns DataFixerUpper's Pair. The two are easy to mistake for one another and the check silently never matched, so headphones in a trinket slot were treated as not worn at all. Both halves of the pair are now inspected, since Trinkets is not consistent about which way round it builds them.

Downloads

  • musicboxradio-1.19.2-1.2.1.jar for Forge
  • musicboxradio-1.19.2-fabric-1.2.1.jar for Fabric

Both require Minecraft 1.19.2 and Java 17. Curios and Trinkets remain optional.

This mod has no additional files