b23r0 / rust-raknet

RakNet Protocol implementation by Rust.
MIT License
218 stars 18 forks source link

Support customizable protocol version #8

Closed extremeheat closed 1 year ago

extremeheat commented 1 year ago

In order to be compatible with minecraft, the raknet protocol version has to be configurable. It changed in various minecraft versions (without changes to raknet level). In 1.19.30 the latest raknet version is 11.

https://github.com/PrismarineJS/bedrock-protocol/blob/f88c8d0bc4ed252ad24ec3f9ad25da603dbc4db3/src/rak.js#L34

b23r0 commented 1 year ago

I'll support it next week

b23r0 commented 1 year ago

There are already contributors compatible with raknet 11 and merged, I will update raknet-node tomorrow.