mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Protocol bump to fix flying issues on 1.20.10 (#4001)
This commit is contained in:
parent
396f4e4900
commit
ea2bac40c1
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@ netty = "4.1.80.Final"
|
||||||
guava = "29.0-jre"
|
guava = "29.0-jre"
|
||||||
gson = "2.3.1" # Provided by Spigot 1.8.8
|
gson = "2.3.1" # Provided by Spigot 1.8.8
|
||||||
websocket = "1.5.1"
|
websocket = "1.5.1"
|
||||||
protocol = "3.0.0.Beta1-20230712.224047-101"
|
protocol = "3.0.0.Beta1-20230718.000033-102"
|
||||||
protocol-connection = "3.0.0.Beta1-20230712.224047-100"
|
protocol-connection = "3.0.0.Beta1-20230718.000033-101"
|
||||||
raknet = "1.0.0.CR1-20230703.195238-9"
|
raknet = "1.0.0.CR1-20230703.195238-9"
|
||||||
mcauthlib = "d9d773e"
|
mcauthlib = "d9d773e"
|
||||||
mcprotocollib = "1.20-1-20230607.135651-6" # Temporary hack - needs to be updated to release once publishing is fixed
|
mcprotocollib = "1.20-1-20230607.135651-6" # Temporary hack - needs to be updated to release once publishing is fixed
|
||||||
|
|
Loading…
Reference in a new issue