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 | |
parent | f7e0f5afa4b17a4165bb8b6a6b4851d431a9bc7f (diff) | |
download | LibGui-c6cf5ebf90de7abea4c44a8ed0126d24e6f05ba5.tar.gz LibGui-c6cf5ebf90de7abea4c44a8ed0126d24e6f05ba5.tar.bz2 LibGui-c6cf5ebf90de7abea4c44a8ed0126d24e6f05ba5.zip |
Update Yarn and LQF
-rw-r--r-- | build.gradle | 2 | ||||
-rw-r--r-- | gradle.properties | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle index c8f724d..54e7628 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { id 'fabric-loom' version '0.9-SNAPSHOT' - id 'io.github.juuxel.loom-quiltflower' version '1.1.2' + id 'io.github.juuxel.loom-quiltflower' version '1.3.0' id 'maven-publish' id 'checkstyle' } 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 |