Skip to content

Music Display#24

Open
HyperRaccoon13 wants to merge 2 commits intoethanicusss:masterfrom
HyperRaccoon13:master
Open

Music Display#24
HyperRaccoon13 wants to merge 2 commits intoethanicusss:masterfrom
HyperRaccoon13:master

Conversation

@HyperRaccoon13
Copy link
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
Contributor Author

also fixed knockback in the dev instance

Copy link
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
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
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?

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