diff --git a/build.gradle b/build.gradle index e126163..d4edf22 100644 --- a/build.gradle +++ b/build.gradle @@ -34,7 +34,7 @@ repositories { ivy { url = "https://github.com/Turnip-Labs" patternLayout { - artifact "[organisation]/releases/download/v[revision]/[module].jar" + artifact "[organisation]/releases/download/v[revision]/[module]-[revision].jar" m2compatible = true } metadataSources { artifact() } @@ -45,12 +45,12 @@ dependencies { minecraft "bta-download-repo:bta:${project.bta_version}" mappings loom.layered() {} - modRuntimeOnly files("libs/minecraft-client-base.jar") // only used to fix the Client run configuration + modRuntimeOnly files("libs/minecraft.jar") // only used to fix the Client run configuration modImplementation "babric:fabric-loader:${project.loader_version}" // Helper library - modImplementation "bta-mod-repo:halplibe:${project.halplibe_version}" - include "bta-mod-repo:halplibe:${project.halplibe_version}" + modImplementation "bta-halplibe:halplibe:${project.halplibe_version}" + include "bta-halplibe:halplibe:${project.halplibe_version}" modImplementation "org.slf4j:slf4j-api:1.8.0-beta4" modImplementation "org.apache.logging.log4j:log4j-slf4j18-impl:2.16.0" diff --git a/gradle.properties b/gradle.properties index 54f0ff9..54bbfc9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,7 +11,7 @@ mixin_version=0.11.4+mixin.0.8.5 loader_version=0.14.6-babric.1 # HalpLibe -halplibe_version=1.0.0 +halplibe_version=1.0.1 # Mod mod_version=1.0.1 diff --git a/libs/minecraft-client-base.jar b/libs/minecraft.jar similarity index 100% rename from libs/minecraft-client-base.jar rename to libs/minecraft.jar