diff options
author | Juuz <6596629+Juuxel@users.noreply.github.com> | 2021-09-12 15:21:22 +0300 |
---|---|---|
committer | Juuz <6596629+Juuxel@users.noreply.github.com> | 2021-09-12 15:21:22 +0300 |
commit | c6cf5ebf90de7abea4c44a8ed0126d24e6f05ba5 (patch) | |
tree | a7849050077238e7f4a7e105e78a6e902f28e2ef /gradle.properties | |
parent | f7e0f5afa4b17a4165bb8b6a6b4851d431a9bc7f (diff) | |
download | LibGui-c6cf5ebf90de7abea4c44a8ed0126d24e6f05ba5.tar.gz LibGui-c6cf5ebf90de7abea4c44a8ed0126d24e6f05ba5.tar.bz2 LibGui-c6cf5ebf90de7abea4c44a8ed0126d24e6f05ba5.zip |
Update Yarn and LQF
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gradle.properties b/gradle.properties index 81a8b1d..9a05455 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://fabricmc.net/use minecraft_version=1.17.1 - yarn_mappings=1.17.1+build.10 + yarn_mappings=1.17.1+build.59 loader_version=0.11.6 # Mod Properties @@ -13,7 +13,7 @@ org.gradle.jvmargs=-Xmx1G archives_base_name = LibGui # Dependencies - fabric_version=0.36.1+1.17 + fabric_version=0.40.1+1.17 jankson_version=3.0.1+j1.2.0 modmenu_version=2.0.2 libninepatch_version=1.1.0 |