-
-
Notifications
You must be signed in to change notification settings - Fork 239
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chunk size is 23 but only 15 was read ; partial packet : {"name":"entity_sound_effect","params":{"soundId":526,"soundCategory":2,"entityId":52724,"volume":16,"pitch":1}}; buffer :5c8e0402f49b03418000003f800000fb8f631a089c6c66 #1255
Comments
Looks like caused by incorrect change in PrismarineJS/minecraft-data#731. Sound Packet and Entity Sound Packet don't have any switch statement, it's id (varint), enum (varint) and other float and integer fields. Not sure where that data is coming from |
fixed |
@vincss what are you running? Mineflayer is not supported yet |
Hi, |
What packets are you using? Multiple packets changed in 1.20.2 |
I updated : "minecraft-protocol": "^1.45.0" |
[v] The FAQ doesn't contain a resolution to my issue
Versions
Detailed description of a problem
Some packets cause crash, like this one:
Expected behavior
Packet should go through proxy
The text was updated successfully, but these errors were encountered: