FoundationGames / Phonos

A FabricMC mod adding radio and audio related blocks.
MIT License
12 stars 8 forks source link

Added "Now Playing" Subtitle when Playing Custom Music Disc in Vanilla Jukebox #17

Closed coolsa closed 2 years ago

coolsa commented 2 years ago

When playing a CustomMusicDiscItem in a vanilla jukebox, the translation string of the sound will be displayed as the now playing notification. eg. "Now Playing: Cow Moos"

If there is no translation string for a given sound, the translation string of the CustomMusicDiscItem will be used instead. eg. "Now Playing: Creative Music Disc"

Also removed the now unneeded music disc accessor.

FoundationGames commented 2 years ago

Thanks for the contribution!