⁠
7410: Change old link in the fabric gradle.properties template to the link it redirects to (#2528 )
- # Done to increase the memory available to gradle.
- org.gradle.jvmargs=-Xmx1G
-
- # Fabric Properties
- # check these on https://modmuss50.me/fabric.html
- minecraft_version=${MC_VERSION}
- #if (!${OFFICIAL_MAPPINGS})
- yarn_mappings=${YARN_MAPPINGS}
- #end
- loader_version=${LOADER_VERSION}
-
- # Mod Properties
- mod_version = ${VERSION}
- maven_group = ${GROUP_ID}
- archives_base_name = ${ARTIFACT_ID}
-
- #if (${API_VERSION})
- # Dependencies
- # check this on https://modmuss50.me/fabric.html
- fabric_version=${API_VERSION}
- #end
- # Done to increase the memory available to gradle.
- org.gradle.jvmargs=-Xmx1G
-
- # Fabric Properties
- # check these on https://fabricmc.net/develop
- minecraft_version=${MC_VERSION}
- #if (!${OFFICIAL_MAPPINGS})
- yarn_mappings=${YARN_MAPPINGS}
- #end
- loader_version=${LOADER_VERSION}
-
- # Mod Properties
- mod_version = ${VERSION}
- maven_group = ${GROUP_ID}
- archives_base_name = ${ARTIFACT_ID}
-
- #if (${API_VERSION})
- # Dependencies
- # check this on https://fabricmc.net/develop
- fabric_version=${API_VERSION}
- #end