PrismarineJS / bedrock-protocol

Minecraft Bedrock protocol library, with authentication and encryption
https://prismarinejs.github.io/minecraft-data/?v=bedrock_1.17.10&d=protocol
MIT License
308 stars 72 forks source link

Fix example in README.md for 1.21 #506

Closed TrashyKitty closed 2 months ago

TrashyKitty commented 3 months ago

I tried using the client example in the README.md file, but it is broken in 1.21, I fixed it by adding filtered_message with an empty string to the part where it sends a text packet

extremeheat commented 3 months ago

Can you update the example also?

TrashyKitty commented 3 months ago

what do you mean? i already did

extremeheat commented 3 months ago

There are client examples in the example folder

extremeheat commented 2 months ago

Thanks