From 0b13280a0db9420179b9856e54b70c09a232b671 Mon Sep 17 00:00:00 2001 From: 7410 <85879080+O7410@users.noreply.github.com> Date: Sun, 12 Oct 2025 12:56:27 +0300 Subject: [PATCH] Change old link in the fabric gradle.properties template to the link it redirects to --- .../fileTemplates/j2ee/fabric/fabric_gradle.properties.ft | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/fileTemplates/j2ee/fabric/fabric_gradle.properties.ft b/src/main/resources/fileTemplates/j2ee/fabric/fabric_gradle.properties.ft index f772faff9..394817f71 100644 --- a/src/main/resources/fileTemplates/j2ee/fabric/fabric_gradle.properties.ft +++ b/src/main/resources/fileTemplates/j2ee/fabric/fabric_gradle.properties.ft @@ -2,7 +2,7 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties - # check these on https://modmuss50.me/fabric.html + # check these on https://fabricmc.net/develop minecraft_version=${MC_VERSION} #if (!${OFFICIAL_MAPPINGS}) yarn_mappings=${YARN_MAPPINGS} @@ -16,6 +16,6 @@ org.gradle.jvmargs=-Xmx1G #if (${API_VERSION}) # Dependencies - # check this on https://modmuss50.me/fabric.html + # check this on https://fabricmc.net/develop fabric_version=${API_VERSION} #end