Updated ViaBedrock (1.21.2 support)
Some checks failed
build-docker / build (push) Has been cancelled
build / build (push) Has been cancelled

This commit is contained in:
RaphiMC 2024-07-13 12:29:18 +02:00
parent 51ea6fcbbe
commit cbe6e2668d
No known key found for this signature in database
GPG key ID: 0F6BB0657A03AC94
2 changed files with 2 additions and 2 deletions

View file

@ -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.0 ([Some features are missing](https://github.com/RaphiMC/ViaBedrock#features))
- Bedrock Edition 1.21.2 ([Some features are missing](https://github.com/RaphiMC/ViaBedrock#features))
## Supported Client versions
- Release (1.7.2 - 1.21)

View file

@ -58,7 +58,7 @@ dependencies {
include "com.viaversion:viarewind-common:4.0.2-SNAPSHOT"
include "net.raphimc:ViaLegacy:3.0.2-SNAPSHOT"
include "net.raphimc:ViaAprilFools:3.0.1-SNAPSHOT"
include("net.raphimc:ViaBedrock:0.0.9-SNAPSHOT") {
include("net.raphimc:ViaBedrock:0.0.10-SNAPSHOT") {
exclude group: "io.netty"
exclude group: "io.jsonwebtoken"
}