Added forestry, con, natura and mantle build support
This commit is contained in:
parent
65fe6dc405
commit
aae7b02153
1 changed files with 8 additions and 0 deletions
|
@ -45,6 +45,10 @@ repositories {
|
||||||
name "BuildCraft"
|
name "BuildCraft"
|
||||||
artifactPattern "http://www.mod-buildcraft.com/releases/BuildCraft/[revision]/[module]-[revision]-[classifier].[ext]"
|
artifactPattern "http://www.mod-buildcraft.com/releases/BuildCraft/[revision]/[module]-[revision]-[classifier].[ext]"
|
||||||
}
|
}
|
||||||
|
maven {
|
||||||
|
name "TiC"
|
||||||
|
url "http://dvs1.progwml6.com/files/maven"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
def ENV = System.getenv()
|
def ENV = System.getenv()
|
||||||
|
@ -91,6 +95,10 @@ dependencies {
|
||||||
compile name: 'buildcraft', version: '7.0.8', classifier: "dev", ext: 'jar'
|
compile name: 'buildcraft', version: '7.0.8', classifier: "dev", ext: 'jar'
|
||||||
compile "qmunity:QmunityLib:0.1.+:deobf"
|
compile "qmunity:QmunityLib:0.1.+:deobf"
|
||||||
compile "com.pahimar.ee3:EquivalentExchange3:1.7.10-0.3.505:dev"
|
compile "com.pahimar.ee3:EquivalentExchange3:1.7.10-0.3.505:dev"
|
||||||
|
compile "net.sengir.forestry:forestry_1.7.10:3.5.7.16:api"
|
||||||
|
compile "tconstruct:TConstruct:1.7.10-1.8.5.build958:deobf"
|
||||||
|
compile "natura:natura:natura-1.7.10-98.6a6cca1:deobf"
|
||||||
|
compile "mantle:Mantle:1.7.10-0.3.2.jenkins187:deobf"
|
||||||
}
|
}
|
||||||
|
|
||||||
processResources
|
processResources
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue