Skip to content

Commit 52aa4bf

Browse files
committed
Add DevAuth
1 parent 1052e5c commit 52aa4bf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ repositories {
2929
maven {
3030
url 'https://repo.hypixel.net/repository/Hypixel/'
3131
}
32+
maven {
33+
url = "https://pkgs.dev.azure.com/djtheredstoner/DevAuth/_packaging/public/maven/v1"
34+
}
3235
}
3336

3437
dependencies {
@@ -44,6 +47,8 @@ dependencies {
4447
modImplementation("com.terraformersmc:modmenu:${project.modmenu_version}")
4548
modImplementation "io.wispforest:owo-lib:${project.owo_version}"
4649

50+
modRuntimeOnly("me.djtheredstoner:DevAuth-fabric:1.2.1")
51+
4752
implementation 'com.google.code.gson:gson:2.10.1'
4853
}
4954

0 commit comments

Comments
 (0)