diff options
author | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2020-03-19 22:03:53 +0200 |
---|---|---|
committer | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2020-03-19 22:03:53 +0200 |
commit | 759ac531c9c7fae317df3f91f25489682fd61117 (patch) | |
tree | bf303d77861c2a29e4e22f1a1396e55df900a549 /gradle.properties | |
parent | fa6cb0b4b38c12835bfd668ec233464088a07427 (diff) | |
download | LibGui-759ac531c9c7fae317df3f91f25489682fd61117.tar.gz LibGui-759ac531c9c7fae317df3f91f25489682fd61117.tar.bz2 LibGui-759ac531c9c7fae317df3f91f25489682fd61117.zip |
Update to 20w12a, just mapping changes
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gradle.properties b/gradle.properties index 5b50e64..7c51518 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,8 +3,8 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://fabricmc.net/use - minecraft_version=20w10a - yarn_mappings=20w10a+build.10 + minecraft_version=20w12a + yarn_mappings=20w12a+build.14 loader_version=0.7.8+build.186 # Mod Properties @@ -13,5 +13,5 @@ org.gradle.jvmargs=-Xmx1G archives_base_name = LibGui # Dependencies - fabric_version=0.5.1+build.305-1.16 + fabric_version=0.5.5+build.311-1.16 jankson_version=2.0.1+j1.2.0 |