diff options
author | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2021-01-31 15:40:09 +0200 |
---|---|---|
committer | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2021-01-31 15:40:09 +0200 |
commit | b8ddfe1663ab9f6534e76dfe4fd13194bd31f0b9 (patch) | |
tree | 3bdc900f937cd45aedf4d738bf243625a61b038c /gradle.properties | |
parent | 4ccedb4921f913338fb28dcd66ca95595cee2da4 (diff) | |
download | LibGui-b8ddfe1663ab9f6534e76dfe4fd13194bd31f0b9.tar.gz LibGui-b8ddfe1663ab9f6534e76dfe4fd13194bd31f0b9.tar.bz2 LibGui-b8ddfe1663ab9f6534e76dfe4fd13194bd31f0b9.zip |
Update Gradle and dependencies3.3.3
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gradle.properties b/gradle.properties index 7565f16..3761a8e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,9 +3,9 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://fabricmc.net/use - minecraft_version=1.16.4 - yarn_mappings=1.16.4+build.7 - loader_version=0.10.8 + minecraft_version=1.16.5 + yarn_mappings=1.16.5+build.3 + loader_version=0.11.1 # Mod Properties mod_version = 3.3.3 @@ -13,6 +13,6 @@ org.gradle.jvmargs=-Xmx1G archives_base_name = LibGui # Dependencies - fabric_version=0.28.3+1.16 + fabric_version=0.30.0+1.16 jankson_version=3.0.1+j1.2.0 - modmenu_version=1.14.6+build.31 + modmenu_version=1.14.15 |