Crates.io | tetsu |
lib.rs | tetsu |
version | 0.0.1 |
source | src |
created_at | 2021-05-07 11:04:02.9112 |
updated_at | 2021-05-09 11:08:30.852898 |
description | A highly experimental version agnostic implementation of Minecraft's server protocols. |
homepage | |
repository | https://github.com/schctl/tetsu/ |
max_upload_size | |
id | 394211 |
size | 96,295 |
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 .