diff options
author | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2020-05-16 01:46:16 +0300 |
---|---|---|
committer | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2020-05-16 01:46:16 +0300 |
commit | 16eb60403814d787f3ef5512ecbb51b7001efd71 (patch) | |
tree | 67e0959400bc7db33e4e44f9c0e397a59c05e840 /gradle.properties | |
parent | 9743d57ec08b0488e2c7152615d54dd813a1bd3f (diff) | |
download | LibGui-16eb60403814d787f3ef5512ecbb51b7001efd71.tar.gz LibGui-16eb60403814d787f3ef5512ecbb51b7001efd71.tar.bz2 LibGui-16eb60403814d787f3ef5512ecbb51b7001efd71.zip |
Update to 20w20b1.9.1
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gradle.properties b/gradle.properties index b1db372..3696bf2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,15 +3,15 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://fabricmc.net/use - minecraft_version=20w17a - yarn_mappings=20w17a+build.4 - loader_version=0.8.2+build.194 + minecraft_version=20w20b + yarn_mappings=20w20b+build.7 + loader_version=0.8.3+build.196 # Mod Properties - mod_version = 1.9.0 + mod_version = 1.9.1 maven_group = io.github.cottonmc archives_base_name = LibGui # Dependencies - fabric_version=0.6.2+build.327-1.16 - jankson_version=2.0.1+j1.2.0 + fabric_version=0.10.9+build.346-1.16 + jankson_version=2.1.0+j1.2.0 |