diff options
author | Juuz <6596629+Juuxel@users.noreply.github.com> | 2022-12-11 14:03:41 +0200 |
---|---|---|
committer | Juuz <6596629+Juuxel@users.noreply.github.com> | 2022-12-11 14:03:41 +0200 |
commit | 2aa6d47f648274137cd346115245c28a11ff1723 (patch) | |
tree | d1a1d7a2a27d01366e66dac22633c27df19ce730 /gradle.properties | |
parent | b67f79e7e7c95f79efb74c5f360978eb342d0920 (diff) | |
download | LibGui-2aa6d47f648274137cd346115245c28a11ff1723.tar.gz LibGui-2aa6d47f648274137cd346115245c28a11ff1723.tar.bz2 LibGui-2aa6d47f648274137cd346115245c28a11ff1723.zip |
Update to Minecraft 1.19.3
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 3def3ad..e04c53a 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 - yarn_mappings=1.19+build.4 - loader_version=0.14.8 + minecraft_version=1.19.3 + yarn_mappings=1.19.3+build.2 + loader_version=0.14.11 # Mod Properties - mod_version = 6.4.0 + mod_version = 6.5.0 maven_group = io.github.cottonmc archives_base_name = LibGui # Dependencies - fabric_version=0.56.0+1.19 - jankson_version=4.1.1+j1.2.1 - modmenu_version=4.0.0 + fabric_version=0.68.1+1.19.3 + jankson_version=5.0.0+j1.2.1 + modmenu_version=5.0.2 libninepatch_version=1.1.0 |