From 0ef0e02cf8981216660a8898839569941c2d4fa7 Mon Sep 17 00:00:00 2001 From: Timo Ley Date: Wed, 23 Nov 2022 18:27:36 +0100 Subject: [PATCH] chore: add dependencies --- build.gradle | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 585fd0f..d08bd05 100644 --- a/build.gradle +++ b/build.gradle @@ -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() } } -} \ No newline at end of file +}