|
|
|
@ -26,7 +26,15 @@ repositories {
|
|
|
|
|
ivy {
|
|
|
|
|
url = "https://github.com/Better-than-Adventure"
|
|
|
|
|
patternLayout {
|
|
|
|
|
artifact("[organisation]/releases/download/v[revision]/[module].jar")
|
|
|
|
|
artifact "[organisation]/releases/download/v[revision]/[module].jar"
|
|
|
|
|
m2compatible = true
|
|
|
|
|
}
|
|
|
|
|
metadataSources { artifact() }
|
|
|
|
|
}
|
|
|
|
|
ivy {
|
|
|
|
|
url = "https://github.com/azurelmao"
|
|
|
|
|
patternLayout {
|
|
|
|
|
artifact "[organisation]/releases/download/v[revision]/[module].jar"
|
|
|
|
|
m2compatible = true
|
|
|
|
|
}
|
|
|
|
|
metadataSources { artifact() }
|
|
|
|
@ -39,14 +47,14 @@ 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}"
|
|
|
|
|
|
|
|
|
|
modImplementation "org.slf4j:slf4j-api:1.8.0-beta4"
|
|
|
|
|
modImplementation "org.apache.logging.log4j:log4j-slf4j18-impl:2.16.0"
|
|
|
|
|
|
|
|
|
|
modImplementation("org.apache.commons:commons-lang3:3.12.0")
|
|
|
|
|
include("org.apache.commons:commons-lang3:3.12.0")
|
|
|
|
|
modImplementation "org.apache.commons:commons-lang3:3.12.0"
|
|
|
|
|
include "org.apache.commons:commons-lang3:3.12.0"
|
|
|
|
|
|
|
|
|
|
modImplementation files("libs/halplibe-1.0.0.jar")
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
java {
|
|
|
|
|