Merge remote-tracking branch 'origin/main'

This commit is contained in:
RaphiMC 2023-03-23 13:36:22 +01:00
commit 4e0dd10738
2 changed files with 2 additions and 3 deletions

View File

@ -1,8 +1,7 @@
# ViaProtocolHack
Easy to use ViaVersion, (and optional ViaBackwards, ViaRewind and ViaLegacy) platform implementation.
Easy to use ViaVersion, (and optional ViaBackwards, ViaRewind, ViaLegacy and ViaAprilFools) platform implementation.
ViaProtocolHack is not usable by itself as a standalone software, as it is an implementation of a ViaVersion platform.
ViaProtocolHack is intended to be implemented in a ViaVersion based protocol translator.
### Projects implementing ViaProtocolHack
- [ViaProxy](https://github.com/RaphiMC/ViaProxy): Standalone proxy which uses ViaVersion to translate between minecraft versions. Allows Minecraft 1.7+ clients to join to any version server.

View File

@ -31,7 +31,7 @@ dependencies {
compileOnly "com.viaversion:viarewind-core:2.0.4-SNAPSHOT"
compileOnly "net.raphimc:ViaLegacy:2.2.6"
api "org.slf4j:slf4j-api:2.0.6"
api "org.slf4j:slf4j-api:2.0.7"
api "org.yaml:snakeyaml:2.0"
}