-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Various improvements 2 #77
Conversation
Do you know the
|
For the packets Edit: The class |
The PacketType's are the following:
Regarding I also updated #73 to make it a little bit more clear what really needs to be done. Edit: I added ParticleData to |
Thanks. That should be fine. I will map the |
The only
Are these all for older Minecraft versions or am I missing a packet? |
yeah, I think all of these packets only exist for some versions between 1.19 and 1.20.2, but I'll check. |
|
With this PR we now have all the packets that exist in 1.20.4. |
Hi,
I once again have some changes.
The name of this PR is not that descriptive. But too much happened in this PR to get a good title.
This PR continues adding missing packets that started with #71.
There are now only very few packets missing. For some I could not figure out the
PacketType
enum.