diff options
author | D-Cysteine <54219287+D-Cysteine@users.noreply.github.com> | 2021-08-14 16:41:41 -0600 |
---|---|---|
committer | D-Cysteine <54219287+D-Cysteine@users.noreply.github.com> | 2021-08-14 16:41:41 -0600 |
commit | 1ff911a34d583a8aa51dcbd6ecdb1d7604ae6d2a (patch) | |
tree | 1a606de51a0fe62ae6add1f2937181f7ed374749 | |
parent | 885ac5f4f8925a4b9559dc3015581df131e86f71 (diff) | |
download | GT5-Unofficial-1ff911a34d583a8aa51dcbd6ecdb1d7604ae6d2a.tar.gz GT5-Unofficial-1ff911a34d583a8aa51dcbd6ecdb1d7604ae6d2a.tar.bz2 GT5-Unofficial-1ff911a34d583a8aa51dcbd6ecdb1d7604ae6d2a.zip |
Update Forestry version
-rw-r--r-- | build.gradle | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 2ccfdcbf69..3fa3921002 100644 --- a/build.gradle +++ b/build.gradle @@ -176,7 +176,11 @@ dependencies { compile "cofh:CoFHCore:1.7.10R3.0.4:dev" compile "cofh:CoFHLib:1.7.10R3.0.3:dev" - compileOnly "net.sengir.forestry:forestry_1.7.10:4.4.0.0:dev" + + // Forestry .jar from repository is obfuscated and won't compile, so use local unobfuscated one. + //compileOnly "net.sengir.forestry:forestry_1.7.10:4.4.0.0:dev" + compileOnly files('libs/forestry_1.7.10-4.4.0.0-dev.jar') + compileOnly "mods.railcraft:Railcraft_1.7.10:9.12.3.0:dev" compileOnly files('libs/StevesCarts2.0.0.b18-deobf.jar') |