From 50f0be767c69f3ac49c3a2c4c8669354a39fd9b3 Mon Sep 17 00:00:00 2001 From: modmuss50 Date: Wed, 12 May 2021 20:41:38 +0100 Subject: Update to 21w19a and Java 16 This commit can be used as an example on how to update your mod to Java 16. You will need to ensure you have Java 16 installed and set as the active version to run this. Gradle 7 is required along with loom 0.8 --- gradle.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gradle.properties') diff --git a/gradle.properties b/gradle.properties index 40e9e57..cf1ec16 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,8 +3,8 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://fabricmc.net/use - minecraft_version=1.16.5 - yarn_mappings=1.16.5+build.6 + minecraft_version=21w19a + yarn_mappings=21w19a+build.1 loader_version=0.11.3 # 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.32.5+1.16 + fabric_version=0.34.4+1.17 -- cgit 1.4.1