mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Support Java 1.20.2 (#4112)
* Initial pass for 1.20.2, compiling * Remove unused level events * handle null GameProfile in ClientboundPlayerInfoUpdatePacket * Handle level events BRUSH_BLOCK_COMPLETE and EGG_CRACK * Account for null tag in DecoratedPotBlockEntityTranslator * Explicitly show that 1.20.31 is supported
This commit is contained in:
parent
5276a1e2ba
commit
c2cd99c829
28 changed files with 243 additions and 167 deletions
|
@ -14,7 +14,7 @@ protocol-connection = "3.0.0.Beta1-20230908.171156-105"
|
|||
raknet = "1.0.0.CR1-20230703.195238-9"
|
||||
blockstateupdater="1.20.30-20230918.203831-4"
|
||||
mcauthlib = "d9d773e"
|
||||
mcprotocollib = "1.20-2-20230827.192136-1"
|
||||
mcprotocollib = "1.20.2-1-20230926.224810-3"
|
||||
adventure = "4.14.0"
|
||||
adventure-platform = "4.3.0"
|
||||
junit = "5.9.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue