Skip to content

Commit

Permalink
Add modrinth project id, add discord link in Mod Menu
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Fireplace committed Jul 21, 2021
1 parent c475504 commit aeeac41
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ import com.modrinth.minotaur.TaskModrinthUpload
if (hasProperty('modrinthApiKey')) {
task publishModrinth(type: TaskModrinthUpload) {
token = modrinthApiKey
projectId = '00000000'
projectId = 'qp6VHA4K'
versionNumber = version
versionName = project.mod_version
uploadFile = new File(new File(buildDir, "libs"), "$archivesBaseName-${version}.jar")
Expand Down
8 changes: 8 additions & 0 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,13 @@
"fabric": "*",
"fabric-key-binding-api-v1": "*",
"minecraft": ">=1.14.4 <1.17"
},

"custom": {
"modmenu": {
"links": {
"modmenu.discord": "https://discord.gg/QXQYPj5"
}
}
}
}

0 comments on commit aeeac41

Please sign in to comment.