devwckd / rust-craft

A collection of crates to make minecraft development (client, server) with rust possible.
MIT License
18 stars 0 forks source link

Login Packets #5

Open devwckd opened 1 year ago

devwckd commented 1 year ago

Clientbound

Serverbound

devwckd commented 1 year ago

10 and #13 needs a type that is a Vec\<u8> but it doesn't have a size before, it read the rest of the buffer.

devwckd commented 1 year ago

10 #13 depends on #202