diff options
author | makamys <makamys@outlook.com> | 2022-08-21 14:02:05 +0200 |
---|---|---|
committer | makamys <makamys@outlook.com> | 2022-08-21 14:02:05 +0200 |
commit | ff5578ea69742189e3d54921b481a6eb9d03d244 (patch) | |
tree | bb3315aa846d99cd5173644c1789d931647fb74a | |
parent | a36c12b2b99307a561001c172cffbee7f719d1f4 (diff) | |
download | Neodymium-ff5578ea69742189e3d54921b481a6eb9d03d244.tar.gz Neodymium-ff5578ea69742189e3d54921b481a6eb9d03d244.tar.bz2 Neodymium-ff5578ea69742189e3d54921b481a6eb9d03d244.zip |
Update MCLib to 0.3.5
-rw-r--r-- | makalibs.gradle | 2 |
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" } } |