From cecd5976ceb710db73acfdeb6148ffa22101fc8a Mon Sep 17 00:00:00 2001 From: RaphiMC <50594595+RaphiMC@users.noreply.github.com> Date: Wed, 18 Sep 2024 01:09:30 +0200 Subject: [PATCH] Update ViaBedrock (Bedrock 1.21.30 support) --- README.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 125e4d7a..cb31c249 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/build.gradle b/build.gradle index 4211c993..338fd686 100644 --- a/build.gradle +++ b/build.gradle @@ -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" }