Minenash / CustomHUD

A highly customizable variable-based text HUD for Minecraft
MIT License
81 stars 23 forks source link

Add a variable to show the music currently playing #99

Closed MaxenceDC closed 11 months ago

MaxenceDC commented 1 year ago

Show the music currently playing in-game, maybe add two variables to distinguish between played from a Jukebox or Ambience. Also, maybe add a variable for the time remaining in the music?

Love your mod btw, it literally feels like ricing Minecraft

Minenash commented 1 year ago

Music variable sound nice! Probably list:

Does normal mc music stop when the jukebox plays? If not then yeah would probably need a set of each

Minenash commented 1 year ago

Okay for background music, Length/left is kinda hard to do (besides a hardlist, but that's not very compatible with non vanilla). Even the song's name as there's no translation. So I'll keep the issue open, but it's not going to be low priority

Minenash commented 1 year ago

Actually, I probably can do some string manipulation with the id to get a name

Minenash commented 1 year ago

Okay added:

Since getting duration for bg music seems like it will be a lot of trouble, I think I'll close this as completed once the release with these variables are added

Minenash commented 11 months ago

Added in release v3.3