You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe protocollib mistakes this new packet for a steer vehicle packet (ServerboundMoveVehiclePacket), this is a new and completely separate packet, also ENTITY_TELEPORT silently breaks in 1.21.4 unless you replace it with ENTITY_POSITION_SYNC.
The text was updated successfully, but these errors were encountered:
It is worth noting that the old Steer Vehicle packet is not equivalent to the new Move Vehicle packet either. The former sends input data while the latter sends position data.
It is worth noting that the old Steer Vehicle packet is not equivalent to the new Move Vehicle packet either. The former sends input data while the latter sends position data.
Yes I think there are quite a few weird naming inconsistences with packets and the authors should decide what version of minecraft protocollib is for, since ATM maintaining backwards compatibility hurts everyone
I believe protocollib mistakes this new packet for a steer vehicle packet (ServerboundMoveVehiclePacket), this is a new and completely separate packet, also ENTITY_TELEPORT silently breaks in 1.21.4 unless you replace it with ENTITY_POSITION_SYNC.
The text was updated successfully, but these errors were encountered: