C4K3 / ozelot

Rust library for handling all MCMODERN networking
Creative Commons Zero v1.0 Universal
34 stars 9 forks source link

which minecraft versions? #19

Open MrGeorgen opened 4 years ago

MrGeorgen commented 4 years ago

For which minecraft versions does it work? Or is it mostly version independent because the packets don't get decoded?

C4K3 commented 3 years ago

Right now it hardcodes a specific protocol version. This version is listed in the PROTOCL_VERSION const in lib.rs.

Protocol versions can be mapped to game versions using this table https://wiki.vg/Protocol_version_numbers

Currently it's protocol 578 which corresponds to 1.15.2.

Version independent support would be really cool though.

Cabbasca commented 1 year ago

auto/multi version support when?