Skip to content
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

Handle data->pitch/yaw item frame rotation change in 1.17->1.16.4 #848

Merged
merged 3 commits into from
Aug 2, 2024

Conversation

FlorianMichael
Copy link
Member

Older clients will ignore the data field and the server sets the item frame rotation by the yaw/pitch field inside the packet, newer clients do the opposite and ignore yaw/pitch and use the data field from the packet. Therefore, we need to restore that logic.

Closes #843

Older clients will ignore the data field and the server sets the item frame rotation by the yaw/pitch field inside the packet, newer clients do the opposite and ignore yaw/pitch and use the data field from the packet. Therefore, we need to restore that logic.

Closes #843
@kennytv kennytv merged commit a0d063d into master Aug 2, 2024
2 checks passed
@kennytv kennytv deleted the fix/item-frame-behaviour-change branch August 2, 2024 08:29
kennytv pushed a commit to ViaVersion/ViaVersion that referenced this pull request Aug 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1.17->1.16.5: Item frame rotations are broken
2 participants