1
0
Fork 0
mirror of https://github.com/PaperMC/Paper.git synced 2025-02-17 18:47:40 +01:00
PaperMC/paper-server/patches/sources
Bjarne Koll 66e1ce8504 Correct update cursor
Spigot uses a no longer valid ClientboundContainerSetSlotPacket with the
slot -1, which would update the carried stack in versions <=1.21.1 but
now leads to an IOOB.
1.21.2 instead introduced the ClientboundSetCursorItemPacket, which this
patch uses instead.
2024-11-01 14:58:57 +01:00
..
com/mojang Prioritize Minecraft commands in function parsing and command blocks 2024-07-01 11:58:49 -07:00
net/minecraft Correct update cursor 2024-11-01 14:58:57 +01:00