diff options
author | Juuz <6596629+Juuxel@users.noreply.github.com> | 2023-03-18 20:07:12 +0200 |
---|---|---|
committer | Juuz <6596629+Juuxel@users.noreply.github.com> | 2023-03-18 20:07:12 +0200 |
commit | 6835bb564b28075dcf05605560827d92994f44d9 (patch) | |
tree | 15579df3daf6fb02ec5b85848731028920fb2785 /gradle.properties | |
parent | 8912cc45001f7c580da2a90218a47a8ada80aa70 (diff) | |
download | LibGui-6835bb564b28075dcf05605560827d92994f44d9.tar.gz LibGui-6835bb564b28075dcf05605560827d92994f44d9.tar.bz2 LibGui-6835bb564b28075dcf05605560827d92994f44d9.zip |
Update to 1.19.4, add new focus API
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 1fe8e59..7476692 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,17 +4,17 @@ fabric.loom.multiProjectOptimisation = true # Fabric Properties # check these on https://fabricmc.net/use - minecraft_version=1.19.3 - yarn_mappings=1.19.3+build.2 - loader_version=0.14.11 + minecraft_version=1.19.4 + yarn_mappings=1.19.4+build.1 + loader_version=0.14.17 # Mod Properties - mod_version = 6.5.3 + mod_version = 7.0.0-beta.1 maven_group = io.github.cottonmc archives_base_name = LibGui # Dependencies - fabric_version=0.76.0+1.19.3 - jankson_version=5.0.0+j1.2.1 - modmenu_version=5.0.2 + fabric_version=0.76.0+1.19.4 + jankson_version=5.0.1+j1.2.2 + modmenu_version=6.1.0-rc.4 libninepatch_version=1.2.0 |