diff --git a/build.gradle b/build.gradle index d754f67..12eb2c9 100644 --- a/build.gradle +++ b/build.gradle @@ -32,7 +32,7 @@ repositories { metadataSources { artifact() } } ivy { - url = "https://github.com/azurelmao" + url = "https://github.com/Turnip-Labs" patternLayout { artifact "[organisation]/releases/download/v[revision]/[module].jar" m2compatible = true @@ -47,7 +47,10 @@ dependencies { modRuntimeOnly files("libs/minecraft-client-base.jar") // only used to fix the Client run configuration modImplementation "babric:fabric-loader:${project.loader_version}" - modImplementation "bta-halplibe:halplibe:${project.halplibe_version}" + + // Helper library + modImplementation "bta-mod-repo:halplibe:${project.halplibe_version}" + include "bta-mod-repo:halplibe:${project.halplibe_version}" modImplementation "org.slf4j:slf4j-api:1.8.0-beta4" modImplementation "org.apache.logging.log4j:log4j-slf4j18-impl:2.16.0"