Change player maven

This commit is contained in:
Colin Wong 2021-01-13 21:45:11 +00:00
parent 95802b8fe2
commit 7c5e9bc864

View file

@ -46,6 +46,9 @@ repositories {
maven {
url "https://maven.ellpeck.de/"
}
maven {
url "http://maven2.ic2.player.to/"
}
maven {
url "https://maven.tterrag.com"
}
@ -104,7 +107,7 @@ dependencies {
deobfCompile("slimeknights:TConstruct:1.12.2-2.12.0.+") {
exclude group: 'mezz.jei'
}
deobfCompile('curse.maven:forestry-59751:2918418') {
deobfCompile('net.sengir.forestry:forestry_1.12.2:5.+') {
exclude group: 'mezz.jei'
}
deobfCompile "team.chisel.ctm:CTM:MC1.12.2-1.0.2.31"