diff --git a/README.md b/README.md index 550976c..174e91c 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/build.gradle b/build.gradle index b93ba95..684f59b 100644 --- a/build.gradle +++ b/build.gradle @@ -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" }