We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95802b8 commit 7c5e9bcCopy full SHA for 7c5e9bc
1 file changed
build.gradle
@@ -46,6 +46,9 @@ repositories {
46
maven {
47
url "https://maven.ellpeck.de/"
48
}
49
+ maven {
50
+ url "http://maven2.ic2.player.to/"
51
+ }
52
53
url "https://maven.tterrag.com"
54
@@ -104,7 +107,7 @@ dependencies {
104
107
deobfCompile("slimeknights:TConstruct:1.12.2-2.12.0.+") {
105
108
exclude group: 'mezz.jei'
106
109
- deobfCompile('curse.maven:forestry-59751:2918418') {
110
+ deobfCompile('net.sengir.forestry:forestry_1.12.2:5.+') {
111
112
113
deobfCompile "team.chisel.ctm:CTM:MC1.12.2-1.0.2.31"
0 commit comments