CloudburstMC / Protocol

A protocol library for Minecraft Bedrock Edition
https://git.io/ProtocolLib
Apache License 2.0
312 stars 94 forks source link

UnsupportedOperationException: Unknown CraftingDataType ID: -49 #101

Closed Heath123 closed 3 years ago

Heath123 commented 3 years ago

When using ProxyPass with the Bedrock Dedicated Server (1.16.200) I get this error: https://gist.github.com/Heath123/26c94cb120b1cc7ab3a53658b8b83acd I'm using https://github.com/CloudburstMC/ProxyPass/pull/25

Alemiz112 commented 3 years ago

Hi, you have to set shieldBlockingId to downstream and upstream session. Otherwise packets which contain ItemData might not be serialized correctly.

Heath123 commented 3 years ago

Oh, this was the same thing as #102, sorry