mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Support Bedrock 1.20.60 (#4415)
* Start on 1.20.60 support * fix dimension switching * Fix custom item icons... thanks mojang * fix custom blocks/custom skulls breaking all block mappings * - replace 10000 with static final variable * fix: creative items not being found * versioned custom item registration * fix compression level setting * show 1.20.61 as supported
This commit is contained in:
parent
226a4bb151
commit
19a3dc3c4b
15 changed files with 11929 additions and 41 deletions
|
@ -9,10 +9,10 @@ netty = "4.1.103.Final"
|
|||
guava = "29.0-jre"
|
||||
gson = "2.3.1" # Provided by Spigot 1.8.8
|
||||
websocket = "1.5.1"
|
||||
protocol = "3.0.0.Beta1-20231206.150507-114"
|
||||
protocol-connection = "3.0.0.Beta1-20231206.150507-113"
|
||||
protocol = "3.0.0.Beta1-20240204.134050-120"
|
||||
protocol-connection = "3.0.0.Beta1-20240204.134050-119"
|
||||
raknet = "1.0.0.CR1-20231206.145325-12"
|
||||
blockstateupdater="1.20.50-20231106.161340-1"
|
||||
blockstateupdater="1.20.60-20240129.140535-1"
|
||||
mcauthlib = "d9d773e"
|
||||
mcprotocollib = "1.20.4-2-20240116.220521-7"
|
||||
adventure = "4.14.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue