From b2959f47a3468e423ddcd3ed065592d5df743b96 Mon Sep 17 00:00:00 2001 From: FlorianMichael <60033407+FlorianMichael@users.noreply.github.com> Date: Sun, 18 Jun 2023 18:44:18 +0200 Subject: [PATCH] ViaLoadingBase is archived, updated Via* --- README.md | 3 +-- build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4595345..f6dd84f 100644 --- a/README.md +++ b/README.md @@ -54,8 +54,7 @@ If you just want the latest jar file you can download it from this [Jenkins](htt ## Usage ViaAprilFools requires you to have an already functional ViaVersion implementation for your platform. -If you don't have one you can check out [ViaLoader](https://github.com/ViaVersion/ViaLoader) for an abstracted and simplified, but still customizable implementation, -or [ViaLoadingBase](https://github.com/FlorianMichael/ViaLoadingBase) for a quick and easy implementation. +If you don't have one you can check out [ViaLoader](https://github.com/ViaVersion/ViaLoader) for an abstracted and simplified, but still customizable implementation. You can also go to the other [ViaVersion](https://github.com/ViaVersion) repositories and look at their server and proxy implementations. ### Base Implementation diff --git a/build.gradle b/build.gradle index e08f3f3..a10c1f2 100644 --- a/build.gradle +++ b/build.gradle @@ -20,8 +20,8 @@ repositories { } dependencies { - compileOnly "com.viaversion:viaversion:4.7.0-23w18a-SNAPSHOT" - compileOnly("com.viaversion:viabackwards-common:4.7.0-23w18a-SNAPSHOT") { + compileOnly "com.viaversion:viaversion:4.7.1-SNAPSHOT" + compileOnly("com.viaversion:viabackwards-common:4.7.1-SNAPSHOT") { exclude group: "com.viaversion", module: "viaversion" } compileOnly "org.yaml:snakeyaml:2.0"