diff options
author | basdxz <tudurap.com@gmail.com> | 2020-11-04 04:46:38 +0000 |
---|---|---|
committer | basdxz <tudurap.com@gmail.com> | 2020-11-04 04:46:38 +0000 |
commit | 4c06bcafc8eda79369777abb2135397e12f1356a (patch) | |
tree | f8b1a99383ce4f3acb2edca57a9d74d6bbbe9347 | |
parent | 57d8442bdaab404c06bff3abebd4d962d6512b89 (diff) | |
download | GT5-Unofficial-4c06bcafc8eda79369777abb2135397e12f1356a.tar.gz GT5-Unofficial-4c06bcafc8eda79369777abb2135397e12f1356a.tar.bz2 GT5-Unofficial-4c06bcafc8eda79369777abb2135397e12f1356a.zip |
Remove Cofh Core dep
Compiles fine without.
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 9689a82607..d10b7d77df 100644 --- a/build.gradle +++ b/build.gradle @@ -127,7 +127,7 @@ dependencies { compile "micdoodle8.mods:Galacticraft:${config.galacticraft.version}:API" compile "com.mod-buildcraft:buildcraft:${config.buildcraft.version}:dev" //Ivy - compile name: 'CoFHCore', version: config.cofhcore.version, ext: 'jar' + //compile name: 'CoFHCore', version: config.cofhcore.version, ext: 'jar' } task getGregTech(type: Download) { |