From 852c91e04d3f69f973dba215d172dbd50a97e8a8 Mon Sep 17 00:00:00 2001 From: Keuin Date: Mon, 3 Oct 2022 02:07:04 +0800 Subject: Upgrade fabric toolchain, gradle and JDK. --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gradle.properties') diff --git a/gradle.properties b/gradle.properties index f32e1fc..219af45 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,11 +4,11 @@ org.gradle.jvmargs=-Xmx1G # check these on https://fabricmc.net/use minecraft_version=1.14.4 yarn_mappings=1.14.4+build.18 -loader_version=0.11.0 +loader_version=0.14.9 # Mod Properties mod_version=1.7.1 maven_group=com.keuin.kbackupfabric archives_base_name=kbackup-fabric # 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.28.4+1.14 +fabric_version=0.28.5+1.14 -- cgit v1.2.3