aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormakamys <makamys@outlook.com>2022-08-21 14:02:05 +0200
committermakamys <makamys@outlook.com>2022-08-21 14:02:05 +0200
commitff5578ea69742189e3d54921b481a6eb9d03d244 (patch)
treebb3315aa846d99cd5173644c1789d931647fb74a
parenta36c12b2b99307a561001c172cffbee7f719d1f4 (diff)
downloadNeodymium-ff5578ea69742189e3d54921b481a6eb9d03d244.tar.gz
Neodymium-ff5578ea69742189e3d54921b481a6eb9d03d244.tar.bz2
Neodymium-ff5578ea69742189e3d54921b481a6eb9d03d244.zip
Update MCLib to 0.3.5
-rw-r--r--makalibs.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/makalibs.gradle b/makalibs.gradle
index 1460a57..a7c7bbe 100644
--- a/makalibs.gradle
+++ b/makalibs.gradle
@@ -9,7 +9,7 @@ minecraft {
}
dependencies {
- shade('com.github.makamys:MCLib:0.3.3'){
+ shade('com.github.makamys:MCLib:0.3.5'){
exclude group: "codechicken"
}
}