Skip to content

Music Display#24

Merged
ethanicusss merged 5 commits intoethanicusss:masterfrom
HyperRaccoon13:master
Mar 9, 2026
Merged

Music Display#24
ethanicusss merged 5 commits intoethanicusss:masterfrom
HyperRaccoon13:master

Conversation

@HyperRaccoon13
Copy link
Copy Markdown
Contributor

Added music display!!!
Also cleaned up some bits
Removed the old desizer blocks, so now we only got the caseing and controller, to help de clutter the REI

I would like to add a config to change postion of the music display, and the size too

@HyperRaccoon13
Copy link
Copy Markdown
Contributor Author

also fixed knockback in the dev instance

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

praise: this is beautiful

Text title = new TranslatableText(AstralAdditions.MOD_ID + ".music." + key + ".title");
Text artist = new TranslatableText(AstralAdditions.MOD_ID + ".music." + key + ".artist");
NowPlayingHud.show(title, artist);
}
Copy link
Copy Markdown
Owner

@ethanicusss ethanicusss Feb 28, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Issue: Ah sorry this system won't really work for giving credit, since it only discriminates between sound categories rather than individual sounds. The category music_ow_day has a selection of 9 different tracks, mostly from vanilla, but also with two tracks from Winter and one from Sol.

Image

With this system, the best we could do is say "Overworld music, by Mojang, Winter or Sol"

It has to discriminate between the actual sounds for us to credit properly.

Copy link
Copy Markdown
Contributor Author

@HyperRaccoon13 HyperRaccoon13 Feb 28, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah ok, I see, makes sense I shall fix later on tonight, also gives me a chance to like add the config settings.

Could I get a list of what song is made by who?

HyperRaccoon13 and others added 3 commits March 5, 2026 18:51
increase time showing and fade time, to make it easier to read in the time
added a third line "Now playing..." at the top, text from en_us.json
jank string concat but it works. not sure what the intentional way of concatting Text is
@ethanicusss ethanicusss merged commit 91859b0 into ethanicusss:master Mar 9, 2026
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants