GeyserMC / MCProtocolLib

A library for communication with a Minecraft client/server.
MIT License
728 stars 202 forks source link

Fix edge-case where Texture#toString has a NullPointer because gson s… #838

Closed AlexProgrammerDE closed 3 months ago

AlexProgrammerDE commented 3 months ago

…et a null metadata

Also changes NORMAL name to WIDE since that's the accurate name used inside the mc client.

AlexProgrammerDE commented 3 months ago

Mojang AuthLib has similar code: image

AlexProgrammerDE commented 3 months ago

Also fixes now #837