aboutsummaryrefslogtreecommitdiff
path: root/makalibs.gradle
diff options
context:
space:
mode:
authormakamys <makamys@outlook.com>2023-02-09 15:55:45 +0100
committermakamys <makamys@outlook.com>2023-02-09 15:59:51 +0100
commiteca8ad8e1cb53a51fa736a68a4b98a347c37af32 (patch)
tree4b9378d65b4621de37919d901f75de27d27c1e99 /makalibs.gradle
parent0ed3d621a65afa8a203d189b75ee552979a32997 (diff)
downloadNeodymium-eca8ad8e1cb53a51fa736a68a4b98a347c37af32.tar.gz
Neodymium-eca8ad8e1cb53a51fa736a68a4b98a347c37af32.tar.bz2
Neodymium-eca8ad8e1cb53a51fa736a68a4b98a347c37af32.zip
Update MCLib because jitpack sux
MCLib 0.3.2 ~ 0.3.5 are mysteriously gone.
Diffstat (limited to 'makalibs.gradle')
-rw-r--r--makalibs.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/makalibs.gradle b/makalibs.gradle
index a7c7bbe..b8fc8ee 100644
--- a/makalibs.gradle
+++ b/makalibs.gradle
@@ -9,7 +9,7 @@ minecraft {
}
dependencies {
- shade('com.github.makamys:MCLib:0.3.5'){
+ shade('com.github.makamys:MCLib:0.3.7.1'){
exclude group: "codechicken"
}
}