diff options
author | Juuz <6596629+Juuxel@users.noreply.github.com> | 2023-06-04 00:07:28 +0300 |
---|---|---|
committer | Juuz <6596629+Juuxel@users.noreply.github.com> | 2023-06-04 00:07:28 +0300 |
commit | 1167c00c645376481560afd838038251174860ec (patch) | |
tree | 3bacd370dc28260292f54e4caf1b90af139a36a4 /gradle.properties | |
parent | 8eb600e9c6e3e722f243fc540c887309ce4c9d1c (diff) | |
download | LibGui-1167c00c645376481560afd838038251174860ec.tar.gz LibGui-1167c00c645376481560afd838038251174860ec.tar.bz2 LibGui-1167c00c645376481560afd838038251174860ec.zip |
Update to 1.20 RC 1
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/gradle.properties b/gradle.properties index 7fe141f..e100a5c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,18 +2,18 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties - # check these on https://fabricmc.net/use - minecraft_version=1.19.4 - yarn_mappings=1.19.4+build.1 - loader_version=0.14.17 + # check these on https://fabricmc.net/develop + minecraft_version=1.20-rc1 + yarn_mappings=1.20-rc1+build.2 + loader_version=0.14.21 # Mod Properties - mod_version = 7.1.0 + mod_version = 8.0.0-beta.1 maven_group = io.github.cottonmc archives_base_name = LibGui # Dependencies - fabric_version=0.76.0+1.19.4 + fabric_version=0.83.0+1.20 jankson_version=5.0.1+j1.2.2 - modmenu_version=6.1.0-rc.4 + modmenu_version=7.0.0-beta.2 libninepatch_version=1.2.0 |