diff options
author | Juuz <6596629+Juuxel@users.noreply.github.com> | 2021-07-09 12:23:58 +0300 |
---|---|---|
committer | Juuz <6596629+Juuxel@users.noreply.github.com> | 2021-07-09 12:23:58 +0300 |
commit | 03c18a14fa96c4dd57a26722c6f4d55dcc9a7251 (patch) | |
tree | 787b08e15161a974accfd4cb49b95b12f03aa243 /gradle.properties | |
parent | 8df835cabe50ce66fea16b69e15dc6a52b942d10 (diff) | |
download | LibGui-03c18a14fa96c4dd57a26722c6f4d55dcc9a7251.tar.gz LibGui-03c18a14fa96c4dd57a26722c6f4d55dcc9a7251.tar.bz2 LibGui-03c18a14fa96c4dd57a26722c6f4d55dcc9a7251.zip |
Update to 1.17.1 stable and bump to 4.1.2
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gradle.properties b/gradle.properties index 5ca4a0e..ce607dc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,17 +3,17 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://fabricmc.net/use - minecraft_version=1.17.1-rc1 - yarn_mappings=1.17.1-rc1+build.1 + minecraft_version=1.17.1 + yarn_mappings=1.17.1+build.1 loader_version=0.11.6 # Mod Properties - mod_version = 4.1.1 + mod_version = 4.1.2 maven_group = io.github.cottonmc archives_base_name = LibGui # Dependencies - fabric_version=0.36.0+1.17 + fabric_version=0.36.1+1.17 jankson_version=3.0.1+j1.2.0 - modmenu_version=2.0.0-beta.7 + modmenu_version=2.0.2 libninepatch_version=1.1.0 |