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 356754f commit 3c5e07fCopy full SHA for 3c5e07f
build.gradle.kts
@@ -180,6 +180,9 @@ dependencies {
180
modCompileOnly("maven.modrinth:malilib:$maLiLibVersion")
181
modCompileOnly("maven.modrinth:litematica:$litematicaVersion")
182
183
+ // DevLogin
184
+ modImplementation("com.ptsmods:devlogin:3.5")
185
+
186
// Test implementations
187
testImplementation(kotlin("test"))
188
testImplementation("org.mockito.kotlin:mockito-kotlin:$mockitoKotlin")
0 commit comments