Update a handful of dependencies
This commit is contained in:
parent
b6259659e7
commit
b5d4242029
1 changed files with 7 additions and 7 deletions
14
build.gradle
14
build.gradle
|
@ -97,18 +97,18 @@ dependencies {
|
|||
if (!f.exists()) {
|
||||
f.mkdir()
|
||||
}
|
||||
compile 'net.industrial-craft:industrialcraft-2:2.2.767-experimental:dev'
|
||||
shade 'net.industrial-craft:industrialcraft-2:2.2.767-experimental:api'
|
||||
compile 'net.industrial-craft:industrialcraft-2:2.2.780-experimental:dev'
|
||||
shade 'net.industrial-craft:industrialcraft-2:2.2.780-experimental:api'
|
||||
compile "codechicken:CodeChickenLib:1.7.10-1.1.3.136:dev"
|
||||
compile "codechicken:CodeChickenCore:1.7.10-1.0.6.+:dev"
|
||||
compile "codechicken:NotEnoughItems:1.7.10-1.0.4.+:dev"
|
||||
compile "codechicken:ForgeMultipart:1.7.10-1.2.0.345:dev"
|
||||
compile "mcp.mobius.waila:Waila:1.5.10_1.7.10:dev"
|
||||
compile name: 'buildcraft', version: '7.0.20', classifier: "dev", ext: 'jar'
|
||||
compile name: 'buildcraft', version: '7.0.25', classifier: "dev", ext: 'jar'
|
||||
compile "qmunity:QmunityLib:0.2.+:deobf"
|
||||
compile "com.pahimar.ee3:EquivalentExchange3:1.7.10-0.3.505:dev"
|
||||
compile "net.sengir.forestry:forestry_1.7.10:3.6.3.20:dev"
|
||||
shade "net.sengir.forestry:forestry_1.7.10:3.6.3.20:api"
|
||||
compile "com.pahimar.ee3:EquivalentExchange3:1.7.10-0.3.507:dev"
|
||||
compile "net.sengir.forestry:forestry_1.7.10:3.6.9.28:dev"
|
||||
shade "net.sengir.forestry:forestry_1.7.10:3.6.9.28:api"
|
||||
compile "tconstruct:TConstruct:1.7.10-1.8.5.build958:deobf"
|
||||
compile "mods.natura:natura:1.7.10-98.6a6cca1:deobf"
|
||||
compile "mantle:Mantle:1.7.10-0.3.2.jenkins187:deobf"
|
||||
|
@ -116,7 +116,7 @@ dependencies {
|
|||
compile 'Azanor:Thaumcraft:4.2.3.5:deobf@jar'
|
||||
compile "com.github.azanor:baubles:1.0.1.10:deobf@jar"
|
||||
compile name: "MineTweaker3", version: "1.7.10-3.0.9C", classifier: "Dev"
|
||||
shade 'IC2-Classic-API-STANDALONE:IC2-Classic-API-STANDALONE:1.1.0.19-2:api'
|
||||
shade 'IC2-Classic-API-STANDALONE:IC2-Classic-API-STANDALONE:1.1.0.19-3:api'
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue