1.19 support?
Is this project going to have support for Minecraft 1.19 in the future?
I might work out some time to get 1.19 patch over the weekend when I have time.
Thank you, I've been spending hours trying to find a way to mod that version.
Why closing this ? It might be good to have a feed to discuss 1.19 implementation and closing it once it is merged.
No idea why they closed this quick as I barely looked at new protocol scheme. I said I'd work on the update but not a guarantee update in the next few days.
yea this is not a trivial task
No idea why they closed this quick as I barely looked at new protocol scheme. I said I'd work on the update but not a guarantee update in the next few days.
Sorry, I figured that you would implement it and there was no longer a need for this issue. I'll reopen it.
One reason why 1.19 is annoying to update atm .... This is new chat message packet
Versus pre-1.18.2
yea this is not a trivial task
I want to cry internally after looking at the changes for both client and serverside packets
One reason why 1.19 is annoying to update atm .... This is new chat message packet
Where is this picture from?
Where is this picture from? https://wiki.vg/Protocol
One reason why 1.19 is annoying to update atm .... This is new chat message packet
Here's a modified version of the ChatPacket. I'll work on patching the other classes if I have some time.
I've added support for a few more serverbound types. It seems that this version introduces a lot more types of packets.
I've added support for a few more serverbound types. It seems that this version introduces a lot more types of packets.
This might help ... https://github.com/MisterSoandSo/Minecraft-Packet-Protocol-Database
I've patched a few more classes, but I'm not sure I currently have the time to patch them all. If anyone wants to help, I can make you a collaborator on the fork.
progress?
Bit busy IRL. This update has slowed down on my end.
Will there be any difference between 1.19 and 1.19.1? As far as I can tell, they just added reporting.
the protocol changed, so yes.
At this point I believe 1.19+ warrants complete overhaul as
- Mojang auth is depreciated. You need to the Microsoft/xbox login ... Doable but not published in pycraft
- Chat packet is needs revamping
- Proposal: A better updating scheme for packet number as this affects maintainability in the long run
At this point I believe 1.19+ warrants complete overhaul as
1. Mojang auth is depreciated. You need to the Microsoft/xbox login ... Doable but not published in pycraft 2. Chat packet is needs revamping 3. Proposal: A better updating scheme for packet number as this affects maintainability in the long run
You can see my fork for a modified version of the ChatPacket and a few more classes.
interesting
interesting
What do you mean?
I don´t know it this helps, but i found a python library that implements minecraft protocot.
https://github.com/barneygale/quarry