diff --git a/README.md b/README.md index e908ccb..147b38d 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ For a full user guide go to the [Usage for Players](#usage-for-players-gui) sect ## Supported Client versions - Release (1.7.2 - 1.19.4) +- Bedrock Edition (Needs the [Geyser plugin](https://github.com/RaphiMC/ViaProxyGeyserPlugin)) - Classic, Alpha, Beta, Release 1.0 - 1.6.4 (Only passthrough) - Eaglercraft (1.5.2 / 1.8) diff --git a/build.gradle b/build.gradle index 16d0fb7..0931245 100644 --- a/build.gradle +++ b/build.gradle @@ -88,7 +88,9 @@ dependencies { } include("net.raphimc:ViaProtocolHack:2.2.3") { exclude group: "org.slf4j", module: "slf4j-api" + exclude group: "org.yaml", module: "snakeyaml" } + include "org.yaml:snakeyaml:1.33" // Geyser does not run with 2.0 include "com.google.code.gson:gson:2.10.1" include "com.formdev:flatlaf:3.1.1"