diff options
author | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2021-03-19 23:26:53 +0200 |
---|---|---|
committer | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2021-03-19 23:26:53 +0200 |
commit | c321cfc512e7277f934276657ca21b89cae84794 (patch) | |
tree | 871a90cc5a70b0b8b0b786527578d69b318a031c /gradle.properties | |
parent | f3b7ff521a61e4e646621721c02065e30a3c2de8 (diff) | |
download | LibGui-c321cfc512e7277f934276657ca21b89cae84794.tar.gz LibGui-c321cfc512e7277f934276657ca21b89cae84794.tar.bz2 LibGui-c321cfc512e7277f934276657ca21b89cae84794.zip |
21w11a
Co-authored-by: CoolMineman <62723322+coolmineman@users.noreply.github.com>
Closes #101.
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gradle.properties b/gradle.properties index f325d1b..dc1fff1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,16 +3,16 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://fabricmc.net/use - minecraft_version=1.16.5 - yarn_mappings=1.16.5+build.3 - loader_version=0.11.1 + minecraft_version=21w11a + yarn_mappings=21w11a+build.5 + loader_version=0.11.3 # Mod Properties - mod_version = 4.0.0-beta.1 + mod_version = 4.0.0-alpha.1 maven_group = io.github.cottonmc archives_base_name = LibGui # Dependencies - fabric_version=0.30.0+1.16 + fabric_version=0.32.4+1.17 jankson_version=3.0.1+j1.2.0 modmenu_version=1.14.15 |