-
Bug
-
Resolution: Fixed
-
21w37a, 21w38a, 21w39a
-
None
-
Plausible
-
(Unassigned)
-
Normal
The Signature class attribute is removed from any generic record in Minecraft. This isn't a problem for normal players, but causes issues for modders, particularly when decompiling the game, as it creates invalid code. I've attached the javap output for one of the affected classes.
The Record attribute is also erased, although this one may be intentional and doesn't cause any problem.