From 17d11959bc35314708a99a5764b1a2a47e2653a1 Mon Sep 17 00:00:00 2001 From: GlodBlock <1356392126@qq.com> Date: Sun, 18 Apr 2021 11:30:41 +0800 Subject: add libs --- gradle.properties | 8 ++++++-- libs/bartworks[1.7.10]-[c9836c6]-0.5.15.jar | Bin 0 -> 1174317 bytes 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 libs/bartworks[1.7.10]-[c9836c6]-0.5.15.jar diff --git a/gradle.properties b/gradle.properties index 3327bef031..7241aee5f1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,8 +1,12 @@ modId = GoodGenerator modGroup = GoodGenerator -modVersion = 0.0.1 +modVersion = 0.0.2 minecraftVersion=1.7.10 forgeVersion=10.13.4.1614 -yamcoreVersion=0.5.78 \ No newline at end of file +yamcoreVersion=0.5.78 + +# Make sure GregTech build won't time out +systemProp.org.gradle.internal.http.connectionTimeout=120000 +systemProp.org.gradle.internal.http.socketTimeout=120000 \ No newline at end of file diff --git a/libs/bartworks[1.7.10]-[c9836c6]-0.5.15.jar b/libs/bartworks[1.7.10]-[c9836c6]-0.5.15.jar new file mode 100644 index 0000000000..d73a7a9616 Binary files /dev/null and b/libs/bartworks[1.7.10]-[c9836c6]-0.5.15.jar differ -- cgit