chore: add dependencies

This commit is contained in:
Timo Ley 2022-11-23 18:27:36 +01:00
parent 68bb772e6e
commit 0ef0e02cf8
1 changed files with 5 additions and 2 deletions

View File

@ -34,10 +34,13 @@ minecraft {
repositories {
maven { url = "https://maven.tilera.xyz" }
maven { url = "https://jitpack.io" }
}
dependencies {
implementation "thaumcraft:Thaumcraft:1.7.10-4.2.3.5:deobf"
implementation "dev.tilera:auracore:1.1.2:deobf"
implementation "com.github.tox1cozZ:mixin-booter-legacy:1.1.2"
}
processResources {
@ -85,4 +88,4 @@ publishing {
mavenLocal()
}
}
}
}