diff options
author | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2020-04-25 23:15:06 +0300 |
---|---|---|
committer | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2020-04-25 23:15:06 +0300 |
commit | a1388bf8fa33d888e71b07f26768208dca853a79 (patch) | |
tree | e98f04623de01dbf3cf7e6a65407b5638d8f12b9 /gradle.properties | |
parent | 98f5253b5c6978dab9b44db694f46c94b17fcfca (diff) | |
download | LibGui-a1388bf8fa33d888e71b07f26768208dca853a79.tar.gz LibGui-a1388bf8fa33d888e71b07f26768208dca853a79.tar.bz2 LibGui-a1388bf8fa33d888e71b07f26768208dca853a79.zip |
Update to 20w17a
I hate this snapshot.
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gradle.properties b/gradle.properties index eac0999..b1db372 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=20w15a - yarn_mappings=20w15a+build.3 + minecraft_version=20w17a + yarn_mappings=20w17a+build.4 loader_version=0.8.2+build.194 # Mod Properties - mod_version = 1.8.1 + mod_version = 1.9.0 maven_group = io.github.cottonmc archives_base_name = LibGui # Dependencies - fabric_version=0.5.9+build.319-1.16 + fabric_version=0.6.2+build.327-1.16 jankson_version=2.0.1+j1.2.0 |