Updated README

This commit is contained in:
RaphiMC 2023-04-22 20:31:12 +02:00
parent 1cb01789a9
commit afa66eba2f
2 changed files with 3 additions and 0 deletions

View file

@ -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)

View file

@ -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"