User: 7410 Date: 12 Oct 25 10:53 Revision: bf56eb7ba38960d708e531aadc3b139ecec5e0c2 Summary: Change old link in the fabric gradle.properties template to the link it redirects to (#2528) TeamCity URL: http://ci.mcdev.io:80/viewModification.html?tab=vcsModificationFiles&modId=10176&personal=false Index: src/main/resources/fileTemplates/j2ee/fabric/fabric_gradle.properties.ft =================================================================== --- src/main/resources/fileTemplates/j2ee/fabric/fabric_gradle.properties.ft (revision eee075e282188b2bc1233d738c2aaa5a7415e5b7) +++ src/main/resources/fileTemplates/j2ee/fabric/fabric_gradle.properties.ft (revision bf56eb7ba38960d708e531aadc3b139ecec5e0c2) @@ -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 @@ #if (${API_VERSION}) # Dependencies - # check this on https://modmuss50.me/fabric.html + # check this on https://fabricmc.net/develop fabric_version=${API_VERSION} #end