py-mine / mcproto

Library providing easy low level interactions with minecraft protocol

Home Page:https://mcproto.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add play gamestate packets

ItsDrike opened this issue · comments

Currently, the repository only has packets for status, login and handshaking gamestates. Add all of the play gamestate packets.

Note: This issue is fairly big as there's a lot of play packets to cover. It also requires us to introduce some custom types such as a type for NBT data, etc. These will likely have to be versioned too, making this issue a very big one.