Open jaac-dev opened 9 months ago
The biggest problem I've encountered so far in attempting to add support is the removal of the "Spawn Player" packet. It's now integrated directly into the "Spawn Entity" packet with the entity type field set to 122, aka minecraft:player
. The current implementation has player entities separate from normal entities (as the packet for spawning a player was only three fields previously).
Otherwise, all the other packets seem to be up to date, just needed ID changes.
Did you find way to run it on 1.20.4? i have same issue here
Did you find way to run it on 1.20.4? i have same issue here
This project just doesn't support 1.20.4 yet. I'm working on implementing support for it, although the removal of an independent "Spawn Player" packet might necessitate a larger rewrite of the entity registry. I'm going to do my best to write a stop-gap patch in my fork, but it's ultimately up to @mircokroon on how they want to implement 1.20.4 support.
I will link my fork once I have a stop-gap, but I think further input from the maintainer is required.
1.20.4 Support
Packets definitions are out of date for 1.20.4.
Log
Related
640