feat: Add support for Minecraft 1.21.9, 1.21.10, 1.21.11#1449
Conversation
- Add versions 1.21.9, 1.21.10, 1.21.11 to supportedVersions - Update defaultVersion to 1.21.11 Tested with Mindcraft bot for ~2 weeks on Paper server 1.21.11.
There was a problem hiding this comment.
Pull request overview
This PR adds support for three new Minecraft Java Edition versions (1.21.9, 1.21.10, and 1.21.11) by updating the version configuration file and setting the default version to 1.21.11. The changes are part of a coordinated effort across the PrismarineJS ecosystem.
Changes:
- Added versions 1.21.9, 1.21.10, and 1.21.11 to the supportedVersions array
- Updated defaultVersion from 1.21.8 to 1.21.11
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Please do not open LLM generated PRs if you are not sure yourself what the changes themselves are doing. There are already many low quality llm PRs that are doing conflicting things. What should be done is completing 1.21.9: As per CI errors, there are protocol schema errors in minecraft-data for 1.21.9 that need to be corrected first. |
|
Correcting protocol data in PrismarineJS/minecraft-data#1096 is what we need first, then the other successive versions can be worked on |
Summary
Adds support for Minecraft Java Edition versions 1.21.9, 1.21.10, and 1.21.11.
Changes
1.21.9,1.21.10,1.21.11tosupportedVersionsarray insrc/version.jsdefaultVersionto1.21.11Related PRs
This PR is part of a coordinated effort to add 1.21.11 support across the PrismarineJS ecosystem:
Testing
Protocol Versions
Notes