Add ae2 api to try and fix and odd crash with mekanism
This commit is contained in:
parent
609b86c46f
commit
891e2ea13b
1 changed files with 6 additions and 0 deletions
|
@ -85,6 +85,10 @@ repositories {
|
||||||
name "CurseForge"
|
name "CurseForge"
|
||||||
url "https://minecraft.curseforge.com/api/maven/"
|
url "https://minecraft.curseforge.com/api/maven/"
|
||||||
}
|
}
|
||||||
|
ivy {
|
||||||
|
name "AE2"
|
||||||
|
artifactPattern "http://ae-mod.info/builds/[module]-[revision](-[classifier])(.[ext])"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
configurations {
|
configurations {
|
||||||
|
@ -139,6 +143,8 @@ dependencies {
|
||||||
deobfCompile "mekanism:Mekanism:1.12.2:9.4.13.349"
|
deobfCompile "mekanism:Mekanism:1.12.2:9.4.13.349"
|
||||||
deobfCompile "mekanism-generators:MekanismGenerators:1.12.2:9.4.13.349"
|
deobfCompile "mekanism-generators:MekanismGenerators:1.12.2:9.4.13.349"
|
||||||
deobfCompile "mekanism-tools:MekanismTools:1.12.2:9.4.13.349"
|
deobfCompile "mekanism-tools:MekanismTools:1.12.2:9.4.13.349"
|
||||||
|
deobfCompile "mekanism-tools:MekanismTools:1.12.2:9.4.13.349"
|
||||||
|
deobfCompile name: "appliedenergistics2", version: "rv6-stable-4", classifier: 'api', ext:"jar" //Required to fix odd crash with mekanism
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue