From 4941fcbffeb463758542428901ea24672b57e5f2 Mon Sep 17 00:00:00 2001 From: azurelmao <58854399+azurelmao@users.noreply.github.com> Date: Fri, 18 Aug 2023 12:22:50 +0200 Subject: [PATCH] Update build.gradle --- build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4b89b98..05d64a3 100644 --- a/build.gradle +++ b/build.gradle @@ -15,6 +15,7 @@ loom { repositories { mavenCentral() + maven { url = "https://jitpack.io" } maven { name = 'Babric' url = 'https://maven.glass-launcher.net/babric' @@ -74,7 +75,7 @@ dependencies { // Helper library // If you do not need Halplibe you can comment this line out or delete this line - modImplementation "bta-halplibe:halplibe:${project.halplibe_version}" + modImplementation "com.github.Turnip-Labs:bta-halplibe:${project.halplibe_version}" modImplementation "ModMenu:ModMenu:2.0.0"