Use new organisation

main
azurelmao 2 years ago
parent 3aa7a3fb27
commit 1178396913

@ -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"

Loading…
Cancel
Save