From cf1e2bdf4ab1a33d65e3d52d9b640a113ed674d1 Mon Sep 17 00:00:00 2001 From: RaphiMC <50594595+RaphiMC@users.noreply.github.com> Date: Wed, 18 Sep 2024 01:08:27 +0200 Subject: [PATCH] Updated 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 886347e..f206af8 100644 --- a/README.md +++ b/README.md @@ -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.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)) ## Supported Client versions - Release (1.7.2 - 1.21.1) diff --git a/build.gradle b/build.gradle index e36d398..5fceb25 100644 --- a/build.gradle +++ b/build.gradle @@ -66,7 +66,7 @@ dependencies { include "com.viaversion:viarewind-common:4.0.3-SNAPSHOT" include "net.raphimc:ViaLegacy:3.0.3-SNAPSHOT" include "net.raphimc:viaaprilfools-common:3.0.2-SNAPSHOT" - include("net.raphimc:ViaBedrock:0.0.11-SNAPSHOT") { + include("net.raphimc:ViaBedrock:0.0.12-SNAPSHOT") { exclude group: "io.netty" exclude group: "io.jsonwebtoken" }