PrismarineJS / node-minecraft-protocol

Parse and serialize minecraft packets, plus authentication and encryption.
https://prismarinejs.github.io/node-minecraft-protocol/
BSD 3-Clause "New" or "Revised" License
1.2k stars 241 forks source link

Minecraft 1.21+ support #1306

Open Reishimanfr opened 1 week ago

Reishimanfr commented 1 week ago

Is it possible to bring support for minecraft 1.21+ or is it impossible for now/not planned?

PondWader commented 1 week ago

It's definitely planned, it depends on the protocol data being added in minecraft-data. First 1.20.5 support needs to be completed, which a PR has been opened for here: https://github.com/PrismarineJS/minecraft-data/pull/884. After that someone can contribute 1.21 support. You can help.

Reishimanfr commented 1 week ago

I'll try to help you bring 1.21 support when I find some free time!