Skip to content

Commit 7c5e9bc

Browse files
committed
Change player maven
1 parent 95802b8 commit 7c5e9bc

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ repositories {
4646
maven {
4747
url "https://maven.ellpeck.de/"
4848
}
49+
maven {
50+
url "http://maven2.ic2.player.to/"
51+
}
4952
maven {
5053
url "https://maven.tterrag.com"
5154
}
@@ -104,7 +107,7 @@ dependencies {
104107
deobfCompile("slimeknights:TConstruct:1.12.2-2.12.0.+") {
105108
exclude group: 'mezz.jei'
106109
}
107-
deobfCompile('curse.maven:forestry-59751:2918418') {
110+
deobfCompile('net.sengir.forestry:forestry_1.12.2:5.+') {
108111
exclude group: 'mezz.jei'
109112
}
110113
deobfCompile "team.chisel.ctm:CTM:MC1.12.2-1.0.2.31"

0 commit comments

Comments
 (0)