From c321cfc512e7277f934276657ca21b89cae84794 Mon Sep 17 00:00:00 2001 From: Juuxel <6596629+Juuxel@users.noreply.github.com> Date: Fri, 19 Mar 2021 23:26:53 +0200 Subject: 21w11a Co-authored-by: CoolMineman <62723322+coolmineman@users.noreply.github.com> Closes #101. --- gradle.properties | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'gradle.properties') 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 -- cgit