diff options
author | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2020-09-24 11:12:16 +0300 |
---|---|---|
committer | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2020-09-24 11:12:16 +0300 |
commit | 75011d0e36129bbaefef1d9124b2098f914c7980 (patch) | |
tree | 293e87c4b6994aa5c863139118c8567eb77a0bf0 /gradle.properties | |
parent | 7fbd5d5c81e9ea0d7cb8ec179c6ae1418ef45efc (diff) | |
download | LibGui-75011d0e36129bbaefef1d9124b2098f914c7980.tar.gz LibGui-75011d0e36129bbaefef1d9124b2098f914c7980.tar.bz2 LibGui-75011d0e36129bbaefef1d9124b2098f914c7980.zip |
Update to 1.16.3
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 1ab24d4..f9243bf 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,16 +3,16 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://fabricmc.net/use - minecraft_version=1.16.2-rc2 - yarn_mappings=1.16.2-rc2+build.1 - loader_version=0.9.1+build.205 + minecraft_version=1.16.3 + yarn_mappings=1.16.3+build.11 + loader_version=0.9.3+build.207 # Mod Properties - mod_version = 3.0.0-beta.1 + mod_version = 3.0.0 maven_group = io.github.cottonmc archives_base_name = LibGui # Dependencies - fabric_version=0.17.1+build.394-1.16 + fabric_version=0.21.0+build.407-1.16 jankson_version=3.0.1+j1.2.0 - modmenu_version=1.14.5+build.30 + modmenu_version=1.14.6+build.31 |