Tetsu
is a highly experimental version agnostic implementation of Minecraft's server protocols written in Rust. I'm currently trying to make this work with server versions 1.8.*
and 1.16.*
.
The next few immediate goals for Tetsu
are:
Play
packets for version 47 of the protocol.Note: Some of the packet serialization code was referenced from Stevenarella .