No show_advancement hover event despite advancements now being shown in chat
The bug
Because of the change from achievements to advancements the show_achievement hover event was removed, but despite the fact that since the latest versions advancements are shown in chat again no show_advancement was re-added.
Since advancements are supposed to replace achievements you would expect this hover event to exist.
Created Issue:
No show_advancement hover event despite advancements now being shown in chat
Changed Description:
The bug
Because of the change from achievements to advancements the show_achievement hover event was removed, but despite the fact that since the latest versions advancements are shown in chat again no show_advancement was re-added.
Since advancements are supposed to replace achievements you would expect this hover event to exist.
Removed Labels: achievement
Added Assignee:
[Mojang] Nathan Adams
This can still be achieved using
so it is kind of redundant...
Not necessarily, for example if someone adds advancements which do not use translations there is no way to display them.
Even easier.
That is not easy at all, you have to change the text in two locations in case you want to change the title and / or description. There are for sure workarounds but these are workarounds and all have their flaws so please just accept this as valid report.
Sorry, but he's right, that's the way to do it.
The reasoning is that the client doesn't know about advancements, you can't just refer to one by id because it probably doesn't exist on the client yet (the client only knows about the ones it can see in the UI).