mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Support Bedrock 1.20.30 (#4115)
This commit is contained in:
parent
f78e6dd7e7
commit
9a8015e8b6
10 changed files with 11442 additions and 61 deletions
|
@ -9,9 +9,10 @@ netty = "4.1.80.Final"
|
|||
guava = "29.0-jre"
|
||||
gson = "2.3.1" # Provided by Spigot 1.8.8
|
||||
websocket = "1.5.1"
|
||||
protocol = "3.0.0.Beta1-20230718.000033-102"
|
||||
protocol-connection = "3.0.0.Beta1-20230718.000033-101"
|
||||
protocol = "3.0.0.Beta1-20230908.171156-106"
|
||||
protocol-connection = "3.0.0.Beta1-20230908.171156-105"
|
||||
raknet = "1.0.0.CR1-20230703.195238-9"
|
||||
blockstateupdater="1.20.30-20230911.121922-2"
|
||||
mcauthlib = "d9d773e"
|
||||
mcprotocollib = "1.20-2-20230827.192136-1"
|
||||
adventure = "4.14.0"
|
||||
|
@ -97,6 +98,8 @@ protocol-common = { group = "org.cloudburstmc.protocol", name = "common", versio
|
|||
protocol-codec = { group = "org.cloudburstmc.protocol", name = "bedrock-codec", version.ref = "protocol" }
|
||||
protocol-connection = { group = "org.cloudburstmc.protocol", name = "bedrock-connection", version.ref = "protocol-connection" }
|
||||
|
||||
blockstateupdater = { group = "org.cloudburstmc", name = "block-state-updater", version.ref = "blockstateupdater"}
|
||||
|
||||
[bundles]
|
||||
jackson = [ "jackson-annotations", "jackson-core", "jackson-dataformat-yaml" ]
|
||||
fastutil = [ "fastutil-int-int-maps", "fastutil-int-long-maps", "fastutil-int-byte-maps", "fastutil-int-boolean-maps", "fastutil-object-int-maps", "fastutil-object-object-maps" ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue