From 0308ba94d41dab1637d6a03d0a02f90dd36701f8 Mon Sep 17 00:00:00 2001 From: D-Cysteine <54219287+D-Cysteine@users.noreply.github.com> Date: Sat, 14 Aug 2021 14:21:54 -0600 Subject: Update to new Forestry API Former-commit-id: f8f4993de7b7ca8c24db1981f923e829ee99b5d2 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 8a484f5f98..84b038e10f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -146,7 +146,7 @@ dependencies { compile("micdoodle8.mods:GalacticraftCore:$galacticraftVersion:Dev") compile("micdoodle8.mods:Galacticraft-Planets:$galacticraftVersion:Dev") compileOnly("li.cil.oc:OpenComputers:MC1.7.10-1.5.+:api") - compileOnly("net.sengir.forestry:forestry_1.7.10:4.2.16.64:dev") + compileOnly("net.sengir.forestry:forestry_1.7.10:4.4.0.0:dev") compileOnly("TGregworks:TGregworks:1.7.10-GTNH-1.0.19:deobf") //jitpack compileOnly("com.github.GTNewHorizons:GalacticGregGT5:master-SNAPSHOT") { -- cgit