Add FMP to gradle in prep for the cable rewrite.
This commit is contained in:
parent
c678fe7f9a
commit
39cc0f9452
1 changed files with 13 additions and 1 deletions
14
build.gradle
14
build.gradle
|
@ -65,6 +65,10 @@ repositories {
|
||||||
name "TehNut"
|
name "TehNut"
|
||||||
url "http://tehnut.info/maven/"
|
url "http://tehnut.info/maven/"
|
||||||
}
|
}
|
||||||
|
maven {
|
||||||
|
name 'CB Repo'
|
||||||
|
url "http://chickenbones.net/maven/"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
configurations {
|
configurations {
|
||||||
|
@ -111,7 +115,15 @@ dependencies {
|
||||||
//deobfCompile "slimeknights.mantle:Mantle:1.10.2-1.0.0.jenkins170"
|
//deobfCompile "slimeknights.mantle:Mantle:1.10.2-1.0.0.jenkins170"
|
||||||
deobfCompile "mcjty.theoneprobe:TheOneProbe:1.11-1.3.3-46"
|
deobfCompile "mcjty.theoneprobe:TheOneProbe:1.11-1.3.3-46"
|
||||||
compile "CraftTweaker:CraftTweaker:1.11.2-3.0.24"
|
compile "CraftTweaker:CraftTweaker:1.11.2-3.0.24"
|
||||||
|
compile ("codechicken:CodeChickenLib:1.11.2-+:deobf"){
|
||||||
|
transitive = false
|
||||||
|
}
|
||||||
|
compile ("codechicken:NotEnoughItems:1.11.2-+:deobf"){
|
||||||
|
transitive = false
|
||||||
|
}
|
||||||
|
compile ("codechicken:ForgeMultipart:1.11.2-+:deobf"){
|
||||||
|
transitive = false
|
||||||
|
}
|
||||||
compileOnly 'net.industrial-craft:industrialcraft-2:2.6.129-ex110'
|
compileOnly 'net.industrial-craft:industrialcraft-2:2.6.129-ex110'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue