From 9b855d2dabad82dd6cc25581d3770aaa1d56030a Mon Sep 17 00:00:00 2001 From: SHsuperCM Date: Fri, 31 Dec 2021 10:55:15 +0200 Subject: Some gradle cleanup --- gradle.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gradle.properties') diff --git a/gradle.properties b/gradle.properties index 0d3145d..814b241 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,8 +4,9 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://modmuss50.me/fabric.html minecraft_version=1.17.1 +minecraft_version_compat=1.17.x yarn_mappings=1.17.1+build.39 -loader_version=0.11.6 +loader_version=0.12.12 fabric_api=0.39.2+1.17 modmenu=2.0.6 -- cgit