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:
Konicai 2023-09-29 17:14:49 -04:00 committed by GitHub
parent 5276a1e2ba
commit c2cd99c829
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
28 changed files with 243 additions and 167 deletions

View file

@ -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"