mirror of
https://github.com/ViaVersion/ViaProxy.git
synced 2025-03-17 10:20:14 -04:00
Updated ViaBedrock to support Bedrock 1.21.60
This commit is contained in:
parent
6f4358a34e
commit
4e2e010b2d
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ For a full user guide go to the [Usage for Players](#usage-for-players-gui) sect
|
|||
- Classic (c0.0.15 - c0.30 including [CPE](https://wiki.vg/Classic_Protocol_Extension))
|
||||
- April Fools (3D Shareware, 20w14infinite)
|
||||
- Combat Snapshots (Combat Test 8c)
|
||||
- Bedrock Edition 1.21.50 ([Some features are missing](https://github.com/RaphiMC/ViaBedrock#features))
|
||||
- Bedrock Edition 1.21.60 ([Some features are missing](https://github.com/RaphiMC/ViaBedrock#features))
|
||||
|
||||
## Supported Client versions
|
||||
- Release (1.7.2 - 1.21.4)
|
||||
|
|
|
@ -66,7 +66,7 @@ dependencies {
|
|||
include "com.viaversion:viarewind-common:4.0.6-SNAPSHOT"
|
||||
include "net.raphimc:ViaLegacy:3.0.8-SNAPSHOT"
|
||||
include "com.viaversion:viaaprilfools-common:4.0.1-SNAPSHOT"
|
||||
include("net.raphimc:ViaBedrock:0.0.14-SNAPSHOT") {
|
||||
include("net.raphimc:ViaBedrock:0.0.15-SNAPSHOT") {
|
||||
exclude group: "io.netty"
|
||||
exclude group: "io.jsonwebtoken"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue