From aae7b02153e824b9ca90423ad7061e926a93a131 Mon Sep 17 00:00:00 2001 From: modmuss50 Date: Wed, 10 Jun 2015 19:54:50 +0100 Subject: [PATCH] Added forestry, con, natura and mantle build support --- build.gradle | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/build.gradle b/build.gradle index 5fb53a7d2..c01407bb9 100644 --- a/build.gradle +++ b/build.gradle @@ -45,6 +45,10 @@ repositories { name "BuildCraft" 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() @@ -91,6 +95,10 @@ dependencies { compile name: 'buildcraft', version: '7.0.8', classifier: "dev", ext: 'jar' compile "qmunity:QmunityLib:0.1.+:deobf" 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