Skip to content

minecraft: update protocol to 1.26.44 - #505

Merged
TwistedAsylumMC merged 3 commits into
Sandertv:masterfrom
AkmalFairuz:26.44
Aug 15, 2026
Merged

minecraft: update protocol to 1.26.44#505
TwistedAsylumMC merged 3 commits into
Sandertv:masterfrom
AkmalFairuz:26.44

Conversation

@AkmalFairuz

Copy link
Copy Markdown
Contributor
  • Added a temporary workaround in conn.go to detect clients running Minecraft 1.26.40–1.26.43 (since Mojang did not bump the protocol version for 1.26.44) by parsing the game version string and downgrading the protocol if necessary. This ensures clients on older patch versions can still connect correctly.
  • Updated CurrentVersion in protocol/info.go from "1.26.40" to "1.26.44".
  • Changed the serialization of ScoreboardEntry.ObjectiveName in protocol/scoreboard.go to use DoubleOptionalFunc instead of OptionalFunc, ensuring correct handling of optional fields for scoreboard identities.

@TwistedAsylumMC
TwistedAsylumMC merged commit 4794743 into Sandertv:master Aug 15, 2026
1 check 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.

2 participants