tetsu 0.0.1

A highly experimental version agnostic implementation of Minecraft's server protocols.
Documentation

Tetsu

GitHub Workflow Status Crates.io Crates.io

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.*.

Plans

The next few immediate goals for Tetsu are:

  • Implementing all Play packets for version 47 of the protocol.
  • Minimizing the dependency list.
  • A more robust way to implement packets.