Skip to content

Commit c525b49

Browse files
committed
Updated ViaBedrock to support Bedrock 1.21.50
1 parent f2beca1 commit c525b49

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ For a full user guide go to the [Usage for Players](#usage-for-players-gui) sect
1212
- Classic (c0.0.15 - c0.30 including [CPE](https://wiki.vg/Classic_Protocol_Extension))
1313
- April Fools (3D Shareware, 20w14infinite)
1414
- Combat Snapshots (Combat Test 8c)
15-
- Bedrock Edition 1.21.40 ([Some features are missing](https://github.com/RaphiMC/ViaBedrock#features))
15+
- Bedrock Edition 1.21.50 ([Some features are missing](https://github.com/RaphiMC/ViaBedrock#features))
1616

1717
## Supported Client versions
1818
- Release (1.7.2 - 1.21.4)

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,16 +61,16 @@ repositories {
6161
}
6262

6363
dependencies {
64-
include "com.viaversion:viaversion-common:5.2.0"
64+
include "com.viaversion:viaversion-common:5.2.1-SNAPSHOT"
6565
include "com.viaversion:viabackwards-common:5.2.0"
6666
include "com.viaversion:viarewind-common:4.0.4"
67-
include "net.raphimc:ViaLegacy:3.0.6"
68-
include "net.raphimc:viaaprilfools-common:3.0.4"
69-
include("net.raphimc:ViaBedrock:0.0.14-20241206.155528-1") {
67+
include "net.raphimc:ViaLegacy:3.0.7-SNAPSHOT"
68+
include "net.raphimc:viaaprilfools-common:3.0.5-SNAPSHOT"
69+
include("net.raphimc:ViaBedrock:0.0.14-SNAPSHOT") {
7070
exclude group: "io.netty"
7171
exclude group: "io.jsonwebtoken"
7272
}
73-
include("net.raphimc:ViaLoader:3.0.4") {
73+
include("net.raphimc:ViaLoader:3.0.5-SNAPSHOT") {
7474
exclude group: "org.slf4j", module: "slf4j-api"
7575
}
7676

0 commit comments

Comments
 (0)