When trying to report a player skin the widget on the left side is no longer interactive.
Previously (in 1.21.8) it was possible to drag the mouse which moved the player entity accordingly.
Attachments
Comments 4
@Greymagic27
The problem is also present in non modified versions of the game. Could you reopen the issue.
Code Analysis:
It looks like
net.minecraft.client.gui.components.AbstractWidget#isMouseOver
now checks if the elementisNarratable
???This makes absolutely no sense, as the mouse can also be hovered over elements that are not narratable.