diff options
author | Juuz <6596629+Juuxel@users.noreply.github.com> | 2022-06-16 17:10:26 +0300 |
---|---|---|
committer | Juuz <6596629+Juuxel@users.noreply.github.com> | 2022-06-16 17:10:26 +0300 |
commit | c0f26cab080c130b11693ea707220a4d20a735fc (patch) | |
tree | e2ad26b6ee9811d1869deaf286c03102840ee5f0 /gradle.properties | |
parent | bf3e130211f6e0c9a1b6fad555fb3d38f6f984ea (diff) | |
download | LibGui-c0f26cab080c130b11693ea707220a4d20a735fc.tar.gz LibGui-c0f26cab080c130b11693ea707220a4d20a735fc.tar.bz2 LibGui-c0f26cab080c130b11693ea707220a4d20a735fc.zip |
Update to 1.19 and bump version to 6.0.0
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 e265817..f3c8f7d 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.19-pre1 - yarn_mappings=1.19-pre1+build.1 - loader_version=0.14.5 + minecraft_version=1.19 + yarn_mappings=1.19+build.4 + loader_version=0.14.8 # Mod Properties - mod_version = 6.0.0-beta.5 + mod_version = 6.0.0 maven_group = io.github.cottonmc archives_base_name = LibGui # Dependencies - fabric_version=0.53.0+1.19 + fabric_version=0.56.0+1.19 jankson_version=4.1.1+j1.2.1 - modmenu_version=3.1.1 + modmenu_version=4.0.0 libninepatch_version=1.1.0 |