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

1.16.210 support #2019

Merged
merged 19 commits into from
Mar 9, 2021
Merged

1.16.210 support #2019

merged 19 commits into from
Mar 9, 2021

Conversation

Camotoy
Copy link
Member

@Camotoy Camotoy commented Mar 9, 2021

No description provided.

Comment on lines +74 to +76
// Set the block translation based off of version
session.setBlockTranslator(packetCodec.getProtocolVersion() >= Bedrock_v428.V428_CODEC.getProtocolVersion()
? BlockTranslator1_16_210.INSTANCE : BlockTranslator1_16_100.INSTANCE);
Copy link
Member

Choose a reason for hiding this comment

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

I feel like if we expand this it should be implemented as part of the BedrockProtocol class. But that's out of scope for this PR.

Camotoy and others added 2 commits March 9, 2021 12:42
…tors/world/chunk/ChunkSection.java

Co-authored-by: rtm516 <rtm516@users.noreply.github.com>
@Camotoy Camotoy merged commit 9ae7c1d into master Mar 9, 2021
Chew pushed a commit to Chew/Geyser that referenced this pull request Mar 10, 2021
This commit implements 1.16.210 support while still keeping 1.16.100 and 1.16.210 compatibility.

Co-authored-by: AJ Ferguson <AJ-Ferguson@users.noreply.github.com>
Co-authored-by: rtm516 <rtm516@users.noreply.github.com>
@Camotoy Camotoy deleted the feature/1.16.210 branch March 13, 2021 21:49
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.

3 participants