Better Advancements

Better Advancements

165M Downloads

[Change request] "Advancements -" in the advancement tab is clutter

nopeless opened this issue ยท 0 comments

commented

if (selectedTab != null) {
windowTitle = FormattedCharSequence.composite(
windowTitle,
Component.literal(" - ").getVisualOrderText(),
selectedTab.getTitle().getVisualOrderText()
);
}

Image

I don't think this looks aesthetically pleasing

I understand the rationale behind the code, but I think it should be gone or at least be configurable