We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eee075e commit bf56eb7Copy full SHA for bf56eb7
src/main/resources/fileTemplates/j2ee/fabric/fabric_gradle.properties.ft
@@ -2,7 +2,7 @@
2
org.gradle.jvmargs=-Xmx1G
3
4
# Fabric Properties
5
- # check these on https://modmuss50.me/fabric.html
+ # check these on https://fabricmc.net/develop
6
minecraft_version=${MC_VERSION}
7
#if (!${OFFICIAL_MAPPINGS})
8
yarn_mappings=${YARN_MAPPINGS}
@@ -16,6 +16,6 @@ org.gradle.jvmargs=-Xmx1G
16
17
#if (${API_VERSION})
18
# Dependencies
19
- # check this on https://modmuss50.me/fabric.html
+ # check this on https://fabricmc.net/develop
20
fabric_version=${API_VERSION}
21
#end
0 commit comments