Skip to content

WIP 1.21.5 support #1003

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

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

Seanspt
Copy link

@Seanspt Seanspt commented Apr 29, 2025

working but with errors.

  1. PartialReadError: Read error for undefined : Unexpected buffer end while reading VarInt.
  2. Can see bot messages in background logs, but no messages show in game chat box.

@GetNameSniped
Copy link

could the chat issue be related to this?:
https://www.minecraft.net/en-us/article/minecraft-java-edition-1-21-5

The serverbound chat and chat_command_signed packets now contain a checksum byte along with the "last seen" update

This is a simple hash of the "last seen" signatures which should be reconstructed by the server, allowing quicker detection of desynchronized state
This can be passed as 0 to disable the check, for compatibility with protocol translation

@Seanspt
Copy link
Author

Seanspt commented Apr 30, 2025

The bot messages works in game started with official launcher. But not work in prism launcher. Don't know why.

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