diff options
author | Juuz <6596629+Juuxel@users.noreply.github.com> | 2023-06-11 13:48:58 +0300 |
---|---|---|
committer | Juuz <6596629+Juuxel@users.noreply.github.com> | 2023-06-11 13:48:58 +0300 |
commit | 50de295b5c106f4a50c82b4446240f0dcbb3f526 (patch) | |
tree | eab45da6bbf52ce1c03a11cbb465d1e2f165506d /gradle.properties | |
parent | 6f41969c6c85be5d0f7ad0cf2537071f3befde66 (diff) | |
parent | 6b14e2b3afa122744d3ae209703fc44b041b4e80 (diff) | |
download | LibGui-50de295b5c106f4a50c82b4446240f0dcbb3f526.tar.gz LibGui-50de295b5c106f4a50c82b4446240f0dcbb3f526.tar.bz2 LibGui-50de295b5c106f4a50c82b4446240f0dcbb3f526.zip |
Merge branch 'unstable/8.0'
# Conflicts:
# gradle.properties
# src/main/java/io/github/cottonmc/cotton/gui/client/CottonClientScreen.java
# src/main/java/io/github/cottonmc/cotton/gui/client/CottonInventoryScreen.java
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 6b8169b..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.1 + 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 |