diff --git a/build.gradle b/build.gradle index eb149a8f6..bfa920bd9 100644 --- a/build.gradle +++ b/build.gradle @@ -51,11 +51,37 @@ repositories { name = "gegy1000" url = "https://maven.gegy1000.net" } + maven { + name "Jared" + url "http://maven.blamejared.com/" + } + maven { // mcjty + name 'tterrag' + url "https://maven.tterrag.com/" + } + maven { + // location of the maven that hosts JEI files + name = "Progwml6 maven" + url = "http://dvs1.progwml6.com/files/maven" + } + maven { + name = 'DVS1 Maven FS' + url = 'http://dvs1.progwml6.com/files/maven' + } + + maven { + url = "https://minecraft.curseforge.com/api/maven/" + } + maven { + // location of a maven mirror for JEI files, as a fallback + name = "ModMaven" + url = "modmaven.k-4u.nl" + } } dependencies { deobfCompile "net.ilexiconn:llibrary:1.7.9-1.12.2" - compile "com.azanor:thaumcraft-api:6.1-beta23" + compile "thaumcraft:Thaumcraft:1.12.2:6.1.BETA23" deobfCompile "mcp.mobius.waila:Hwyla:1.8.25-B40_1.12" runtime "mezz.jei:jei_1.12.2:4.9.1.181" }