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

Fix painting offset on versions older than 1.19 #4792

Merged

Conversation

letsgoawaydev
Copy link
Contributor

Resolves #3014.

This happens because ViaVersion adds the offset of 0.5, and then Geyser adds the offset of 0.5, resulting in the buggy positioning.
https://github.com/ViaVersion/ViaVersion/blob/dd1fad2dd736b3385f74ce375ebd47ea2d23daba/common/src/main/java/com/viaversion/viaversion/protocols/v1_18_2to1_19/rewriter/EntityPacketRewriter1_19.java#L104

Tested on Latest Bungeecord -> Paper 1.8.8 and on Paper 1.21

@letsgoawaydev letsgoawaydev changed the title Fix painting offset on older versions than 1.19 Fix painting offset on versions older than 1.19 Jun 23, 2024
Copy link
Member

@onebeastchris onebeastchris left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@Kas-tle Kas-tle merged commit a8bd93a into GeyserMC:master Jun 23, 2024
2 checks passed
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.

Paintings are offset from placement
3 participants