retrooper / packetevents

Precision meets performance—a powerful tool for mastering Minecraft packet manipulation with speed and finesse.
GNU General Public License v3.0
555 stars 150 forks source link

Fix errors with viaversion and map decorations #1006

Closed booky10 closed 1 month ago

booky10 commented 2 months ago

Reproducible on a 1.20.6+ server with a 1.20.4- client when packetevents tries to parse a map decoration type Caused by packetevents not seeing "red_x" as the same as "minecraft:red_x"

This now implements a more generic solution, normalizing all string inputs for registries

Fixes #988

retrooper commented 1 month ago

Thank you booky