mirror of
https://github.com/ViaVersion/ViaProxy.git
synced 2024-11-14 19:15:08 -05:00
Updated README
This commit is contained in:
parent
1cb01789a9
commit
afa66eba2f
2 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,7 @@ For a full user guide go to the [Usage for Players](#usage-for-players-gui) sect
|
||||||
|
|
||||||
## Supported Client versions
|
## Supported Client versions
|
||||||
- Release (1.7.2 - 1.19.4)
|
- 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)
|
- Classic, Alpha, Beta, Release 1.0 - 1.6.4 (Only passthrough)
|
||||||
- Eaglercraft (1.5.2 / 1.8)
|
- Eaglercraft (1.5.2 / 1.8)
|
||||||
|
|
||||||
|
|
|
@ -88,7 +88,9 @@ dependencies {
|
||||||
}
|
}
|
||||||
include("net.raphimc:ViaProtocolHack:2.2.3") {
|
include("net.raphimc:ViaProtocolHack:2.2.3") {
|
||||||
exclude group: "org.slf4j", module: "slf4j-api"
|
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.google.code.gson:gson:2.10.1"
|
||||||
include "com.formdev:flatlaf:3.1.1"
|
include "com.formdev:flatlaf:3.1.1"
|
||||||
|
|
Loading…
Reference in a new issue