From 063c14f0b6737ee1ae7d512a026d50e9dcdbe080 Mon Sep 17 00:00:00 2001 From: David Bailey Date: Sat, 27 Mar 2021 16:24:12 +0000 Subject: [PATCH 1/4] Update fabric-loom version --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a4b5de7..9a377df 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'fabric-loom' version '0.6-SNAPSHOT' + id 'fabric-loom' version '0.7-SNAPSHOT' id 'maven-publish' } -- 2.39.2 From fdf682f28aa25cb3d6ab0e858e7df9592544bb17 Mon Sep 17 00:00:00 2001 From: David Bailey Date: Sat, 27 Mar 2021 16:25:17 +0000 Subject: [PATCH 2/4] Update Yarn and Fabric versions --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 2e85dfd..520491c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://fabricmc.net/use minecraft_version=1.16.5 - yarn_mappings=1.16.5+build.5 + yarn_mappings=1.16.5+build.6 loader_version=0.11.2 # Mod Properties @@ -14,4 +14,4 @@ org.gradle.jvmargs=-Xmx1G # Dependencies # currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api - fabric_version=0.31.0+1.16 + fabric_version=0.32.5+1.16 -- 2.39.2 From 6bb9de2b0ef059340efe86f4c868264fae8295f9 Mon Sep 17 00:00:00 2001 From: David Bailey Date: Sat, 27 Mar 2021 16:39:12 +0000 Subject: [PATCH 3/4] Revert to Loom 0.6 Co-authored-by: ByMartrixX <47987888+ByMartrixx@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9a377df..a4b5de7 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'fabric-loom' version '0.7-SNAPSHOT' + id 'fabric-loom' version '0.6-SNAPSHOT' id 'maven-publish' } -- 2.39.2 From 24d82de6b5ca53caabe2543c65f6d990d61567a4 Mon Sep 17 00:00:00 2001 From: David Bailey Date: Sat, 27 Mar 2021 16:40:12 +0000 Subject: [PATCH 4/4] Update Loader to 0.11.3 Co-authored-by: ByMartrixX <47987888+ByMartrixx@users.noreply.github.com> --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 520491c..40e9e57 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ org.gradle.jvmargs=-Xmx1G # check these on https://fabricmc.net/use minecraft_version=1.16.5 yarn_mappings=1.16.5+build.6 - loader_version=0.11.2 + loader_version=0.11.3 # Mod Properties mod_version = 1.0.0 -- 2.39.2