diff options
author | biom4st3r <37042156+biom4st3r@users.noreply.github.com> | 2021-11-16 13:46:56 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-16 21:46:56 +0200 |
commit | 30c5163bddb8c2781d367956c2f7018f78281cd8 (patch) | |
tree | 2b73d5913f6c4bb8c20b48705ad4ae0efaad54e7 /gradle.properties | |
parent | 9703a49ce7418a164323e4fd775ade1854b86887 (diff) | |
download | LibGui-30c5163bddb8c2781d367956c2f7018f78281cd8.tar.gz LibGui-30c5163bddb8c2781d367956c2f7018f78281cd8.tar.bz2 LibGui-30c5163bddb8c2781d367956c2f7018f78281cd8.zip |
* Updated to 1.18 (#142)
* Updated Jankson-Fabric
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 4d860e1..0f14d52 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.17.1 - yarn_mappings=1.17.1+build.59 - loader_version=0.11.6 + minecraft_version=1.18-pre1 + yarn_mappings=1.18-pre1+build.7 + loader_version=0.12.5 # Mod Properties - mod_version = 4.2.1 + mod_version = 4.3.0 maven_group = io.github.cottonmc archives_base_name = LibGui # Dependencies - fabric_version=0.40.1+1.17 - jankson_version=3.0.1+j1.2.0 - modmenu_version=2.0.2 + fabric_version=0.42.2+1.18 + jankson_version=4.0.0+j1.2.0 + modmenu_version=3.0.0 libninepatch_version=1.1.0 |