way2muchnoise / BetterAdvancements

Successor to BetterAchievements for the new advancements system in minecraft 1.12+
Other
37 stars 20 forks source link

1.20.2: achievement parts are not colored anymore #150

Closed MeeniMc closed 5 months ago

MeeniMc commented 11 months ago

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 https://github.com/way2muchnoise/BetterAdvancements/blob/25f43677b35a296a06af9171a2c790ae5a902d0b/Common/src/main/java/betteradvancements/util/CriterionGrid.java#L116