From e274c9e004a89fc35933d2056d4e534f58a22c29 Mon Sep 17 00:00:00 2001 From: Cutiepie <43445785+Ran-Mewo@users.noreply.github.com> Date: Tue, 21 May 2024 11:53:00 +1000 Subject: [PATCH] =?UTF-8?q?Properly=20shade=20libraries=20when=20using=20J?= =?UTF-8?q?ava=20version=20=CE=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9436b60ed..8c60421e8 100644 --- a/build.gradle +++ b/build.gradle @@ -285,7 +285,7 @@ subprojects { p -> relocate "com.seibel.distanthorizons.fabriclike", "loaderCommon.${p.name}.com.seibel.distanthorizons.fabriclike" // Move the loader files to a different location } } - def librariesLocation = "distanthorizons.libraries" + def librariesLocation = "DistantHorizons.libraries" // LWJGL // Only ever shadow the dependencies we use otherwise some stuff would break when running on an external client