diff options
author | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2020-08-11 14:11:46 +0300 |
---|---|---|
committer | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2020-08-11 14:11:46 +0300 |
commit | 97e554414d3304c544d2245597b3f19297e204ca (patch) | |
tree | f6a988ca5baa76064360d1c38a50808b147c4c9a /gradle.properties | |
parent | af537d5e082641f1214cbe35fb7ed31dd4a7cb3d (diff) | |
download | LibGui-97e554414d3304c544d2245597b3f19297e204ca.tar.gz LibGui-97e554414d3304c544d2245597b3f19297e204ca.tar.bz2 LibGui-97e554414d3304c544d2245597b3f19297e204ca.zip |
Update to rc2
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gradle.properties b/gradle.properties index 8f6ed64..781874b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,9 +3,9 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://fabricmc.net/use - minecraft_version=1.16.2-pre1 - yarn_mappings=1.16.2-pre1+build.13 - loader_version=0.9.0+build.204 + minecraft_version=1.16.2-rc2 + yarn_mappings=1.16.2-rc2+build.1 + loader_version=0.9.1+build.205 # Mod Properties mod_version = 3.0.0 @@ -13,6 +13,6 @@ org.gradle.jvmargs=-Xmx1G archives_base_name = LibGui # Dependencies - fabric_version=0.16.3+build.390-1.16 + fabric_version=0.17.1+build.394-1.16 jankson_version=3.0.1+j1.2.0 modmenu_version=1.14.5+build.30 |