Skip to content

Commit

Permalink
It's building!
Browse files Browse the repository at this point in the history
  • Loading branch information
democat3457 committed Jan 13, 2021
1 parent bd641c0 commit aa320f7
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,20 +46,17 @@ repositories {
maven {
url "https://maven.chaosfield.at/"
}
maven {
url "http://maven.ic2.player.to/"
}
maven {
url "https://maven.tterrag.com"
}
maven {
url = "https://maven.thiakil.com"
}
maven {
url "https://tehnut.info/maven/"
url "https://maven.amadornes.com/"
}
maven {
url "https://maven.amadornes.com/"
url "https://www.cursemaven.com"
}
}

Expand Down Expand Up @@ -107,16 +104,16 @@ dependencies {
deobfCompile("slimeknights:TConstruct:1.12.2-2.12.0.+") {
exclude group: 'mezz.jei'
}
deobfCompile('net.sengir.forestry:forestry_1.12.2:5.+') {
deobfCompile('curse.maven:forestry-59751:2918418') {
exclude group: 'mezz.jei'
}
deobfCompile "team.chisel.ctm:CTM:MC1.12.2-0.3.2.20"
deobfCompile("knightminer.tcomplement:TinkersComplement:1.12.2-0.4.2.39") {
exclude group: 'mezz.jei'
}
deobfCompile "team.chisel:Chisel:MC1.12.2-0.2.0.31"
deobfCompile "com.wayoftime.bloodmagic:BloodMagic:1.12.2-2.3.3-101"
deobfCompile "info.amerifrance.guideapi:Guide-API:1.12-2.1.7-62"
deobfCompile "curse.maven:bloodmagic-224791:2610083"
deobfCompile "curse.maven:guideapi-228832:2645993"
deobfCompile("knightminer:Inspirations:1.12.2-0.2.4.70") {
exclude group: 'mezz.jei'
}
Expand Down

0 comments on commit aa320f7

Please sign in to comment.