From 0d20ba6d556473b6b83f581c9fdf8a343c299d10 Mon Sep 17 00:00:00 2001 From: modmuss50 Date: Fri, 12 Jun 2015 08:17:16 +0100 Subject: [PATCH] compile baubles, and use dev version of forcestry --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index f88b9e839..f435638a1 100644 --- a/build.gradle +++ b/build.gradle @@ -99,13 +99,13 @@ dependencies { compile name: 'buildcraft', version: '7.0.9', 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 "net.sengir.forestry:forestry_1.7.10:3.5.7.16:dev" 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" compile "com.github.glitchfiend.biomesoplenty:BiomesOPlenty:1.7.10-2.1.0.1283:deobf" compile 'Azanor:Thaumcraft:4.2.3.5:deobf@jar' - runtime "com.github.azanor:baubles:1.0.1.10:deobf@jar" + compile "com.github.azanor:baubles:1.0.1.10:deobf@jar" } processResources