ozelot
ozelot copied to clipboard
which minecraft versions?
For which minecraft versions does it work? Or is it mostly version independent because the packets don't get decoded?
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.
auto/multi version support when?