aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorAaron <51387595+AzureAaron@users.noreply.github.com>2023-09-03 16:36:08 -0400
committerAaron <51387595+AzureAaron@users.noreply.github.com>2023-09-23 23:00:52 -0400
commit776dadb050b4e7d76de9fa16161d2cda4dd66e5b (patch)
tree0abddad881fb5df86ef3adbe9b6630164bef320d /build.gradle
parentdbdb0598086a4d31018294f87026da517ceb0ce2 (diff)
downloadSkyblocker-776dadb050b4e7d76de9fa16161d2cda4dd66e5b.tar.gz
Skyblocker-776dadb050b4e7d76de9fa16161d2cda4dd66e5b.tar.bz2
Skyblocker-776dadb050b4e7d76de9fa16161d2cda4dd66e5b.zip
YACL Config
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle11
1 files changed, 5 insertions, 6 deletions
diff --git a/build.gradle b/build.gradle
index 5f0d1822..576d544c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -20,6 +20,7 @@ repositories {
}
maven { url "https://maven.terraformersmc.com/releases" }
maven { url "https://maven.shedaniel.me/" }
+ maven { url "https://maven.isxander.dev/releases" }
maven {
url 'https://repo.maven.apache.org/maven2'
name 'Maven Central'
@@ -30,7 +31,8 @@ repositories {
}
maven { url "https://repo.codemc.io/repository/maven-public/" } // For Occlusion Culling library
maven { url "https://repo.nea.moe/releases" } // For neu repoparser
- maven { url "https://jitpack.io" }
+ maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
+ maven {url "https://jitpack.io"}
}
dependencies {
@@ -44,11 +46,8 @@ dependencies {
// Fabric API
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_api_version}"
- // Cloth config
- include modImplementation("me.shedaniel.cloth:cloth-config-fabric:${project.clothconfig_version}") {
- exclude group: "net.fabricmc.fabric-api"
- exclude module: "modmenu"
- }
+ // YACL
+ include modImplementation("dev.isxander.yacl:yet-another-config-lib-fabric:${project.yacl_version}")
// Mod Menu
modImplementation "com.terraformersmc:modmenu:${project.mod_menu_version}"