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

Support for 1.21.4? #289

Open
KaguyaIndustries opened this issue Mar 19, 2025 · 6 comments
Open

Support for 1.21.4? #289

KaguyaIndustries opened this issue Mar 19, 2025 · 6 comments
Labels
enhancement New feature or request

Comments

@KaguyaIndustries
Copy link

KaguyaIndustries commented Mar 19, 2025

Hey, tried to get it working by changing the protocol version.

Unfortunately I get an Error

"Error connecting: bot: configuration error: [registry] unknown registry: minecraft:instrument"

figured that there is no official 1.21.4 support. So I wanted to ask if there are any new updates planned, since this repo has been pretty dusty.

@KaguyaIndustries KaguyaIndustries added the enhancement New feature or request label Mar 19, 2025
@Tnze
Copy link
Owner

Tnze commented Mar 20, 2025

Hi, I'm not focused on this project recently. Sorry about that.

To support new versions, first update the protocol id, then regenerate all packages under /data, finally upgrade any encoding and decoding code for any packets which scheme is changed.

@KaguyaIndustries
Copy link
Author

Ah that's unfortunate, I will look into it and try to figure something out then. :)

Are you open for merge requests?

@Tnze
Copy link
Owner

Tnze commented Mar 20, 2025

Are you open for merge requests?

Sure, I'm glad to review incoming pull requests.

@KaguyaIndustries
Copy link
Author

My experience in golang and in the minecraft networking is unfortunately super limited so until i understand anything it would take a long time, would appreciate if you could show me how you approach on updating stuff usually

Pretty new to this :,D

@Tnze
Copy link
Owner

Tnze commented Mar 20, 2025

There is a very scratchy guides at data/README.md

@Tnze
Copy link
Owner

Tnze commented Mar 20, 2025

And you can also find some information at #276

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants