Skip to content

Commit

Permalink
Changed Thaumcraft dep to use Curseforge repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Buuz135 committed Aug 8, 2018
1 parent 75498ea commit 90f190b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,16 +67,17 @@ repositories {
name = "ModMaven"
url = "modmaven.k-4u.nl"
}
flatDir {
dirs 'libs'
maven {
name 'Curseforge Maven' // Thaumcraft
url 'http://minecraft.curseforge.com/api/maven/'
}
}

dependencies {
deobfCompile "mezz.jei:jei_1.12.2:${project.jei_version}:api"
// at runtime, use the full JEI jar
runtime "mezz.jei:jei_1.12.2:${project.jei_version}"
compile name: 'Thaumcraft-1.12.2-6.1.BETA20-deobf'
deobfCompile "thaumcraft:Thaumcraft:${project.minecraftVersion}:${project.thaumcraft}"
}

processResources {
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ modBaseName=ThaumicJEI
forgeVersion=1.12.2-14.23.4.2747
mcpVersion=snapshot_20171003
jei_version=4.10.0.198
thaumcraft=6.1.BETA20

0 comments on commit 90f190b

Please sign in to comment.