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
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