From 1a5cd54db33ef9ce999c49af9cc6b45c9245695d Mon Sep 17 00:00:00 2001 From: MrLookAtMe <60033407+FlorianMichael@users.noreply.github.com> Date: Fri, 10 Mar 2023 18:22:27 +0100 Subject: [PATCH 1/2] Updated README (#9) --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index a372fa5..75fede5 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. From 55d2b737113ef0bd180ef1b863d2265da5fc3e9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 17:10:01 +0100 Subject: [PATCH 2/2] Bump org.slf4j:slf4j-api from 2.0.6 to 2.0.7 (#11) Bumps [org.slf4j:slf4j-api](https://github.com/qos-ch/slf4j) from 2.0.6 to 2.0.7. - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](https://github.com/qos-ch/slf4j/commits) --- updated-dependencies: - dependency-name: org.slf4j:slf4j-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index dead676..ad5404f 100644 --- a/build.gradle +++ b/build.gradle @@ -31,7 +31,7 @@ dependencies { compileOnly "com.viaversion:viarewind-core:2.0.3-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" }