PrismarineJS / minecraft-data

Language independent module providing minecraft data for minecraft clients, servers and libraries.
https://prismarinejs.github.io/minecraft-data
651 stars 222 forks source link

1.20.5 Protocol #884

Closed forester302 closed 2 months ago

forester302 commented 3 months ago

Update protocol to 1.20.5 as specified in https://wiki.vg/index.php?title=Pre-release_protocol&oldid=19287

extremeheat commented 3 months ago

There are several things missing. For example any places where item stacks are written now have optional slots (like ServerboundSetCreativeModeSlotPacket, ServerboundContainerClickPacket, etc). Also ServerboundContainerButtonClickPacket now uses varints over i8's. There are likely more.

extremeheat commented 3 months ago

Also need item fixed

rom1504 commented 2 months ago

continuing at #898