Better Advancements

Better Advancements

142M Downloads

1.20.2: achievement parts are not colored anymore

MeeniMc opened this issue ยท 0 comments

commented

In the extended achievement tooltip, the achievement grid creates a list of all parts completed (+) or missing (x). These used to have color, but it looks like the way coloring was applied (using chat text formatting) has no effect anymore in 1.20.2, as the colors do not apply.

2024-01-05_19 11 03

Relevant piece of code that no longer is effective is here

MutableComponent text = Component.literal(" x ").withStyle(ChatFormatting.DARK_RED);