Update ViaBedrock (Bedrock 1.21.30 support)

This commit is contained in:
RaphiMC 2024-09-18 01:09:30 +02:00
parent da3275a456
commit cecd5976ce
No known key found for this signature in database
GPG Key ID: 0F6BB0657A03AC94
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ If you need ViaFabricPlus for older versions of the game, you can use [ViaFabric
- 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.20 ([Some features are missing](https://github.com/RaphiMC/ViaBedrock#features))
- Bedrock Edition 1.21.30 ([Some features are missing](https://github.com/RaphiMC/ViaBedrock#features))
## How to (Users)
- [A detailed guide on how to install and use the mod](docs/USAGE.md)

View File

@ -70,7 +70,7 @@ dependencies {
jij "com.viaversion:viabackwards-common:5.0.4-SNAPSHOT"
jij "net.raphimc:viaaprilfools-common:3.0.2-SNAPSHOT"
jij "net.raphimc:ViaLegacy:3.0.3-SNAPSHOT"
jij ("net.raphimc:ViaBedrock:0.0.11-SNAPSHOT") {
jij ("net.raphimc:ViaBedrock:0.0.12-SNAPSHOT") {
exclude group: "io.jsonwebtoken"
exclude group: "com.mojang", module: "brigadier"
}