We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1052e5c commit 52aa4bfCopy full SHA for 52aa4bf
build.gradle
@@ -29,6 +29,9 @@ repositories {
29
maven {
30
url 'https://repo.hypixel.net/repository/Hypixel/'
31
}
32
+ maven {
33
+ url = "https://pkgs.dev.azure.com/djtheredstoner/DevAuth/_packaging/public/maven/v1"
34
+ }
35
36
37
dependencies {
@@ -44,6 +47,8 @@ dependencies {
44
47
modImplementation("com.terraformersmc:modmenu:${project.modmenu_version}")
45
48
modImplementation "io.wispforest:owo-lib:${project.owo_version}"
46
49
50
+ modRuntimeOnly("me.djtheredstoner:DevAuth-fabric:1.2.1")
51
+
52
implementation 'com.google.code.gson:gson:2.10.1'
53
54
0 commit comments