Skip to content

Commit

Permalink
Merge pull request #4205 from Jatc252/patch-1
Browse files Browse the repository at this point in the history
Add issues link and link to Discord for ModMenu
  • Loading branch information
leijurv authored Jan 6, 2024
2 parents a945cfa + 163e97a commit a223585
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
],
"contact": {
"homepage": "https://github.com/cabaletta/baritone",
"sources": "https://github.com/cabaletta/baritone"
"sources": "https://github.com/cabaletta/baritone",
"issues": "https://github.com/cabaletta/baritone/issues"
},

"license": "LGPL-3.0",
Expand All @@ -27,5 +28,12 @@
"depends": {
"fabricloader": ">=0.14.22",
"minecraft": "1.20.2"
},
"custom": {
"modmenu": {
"links": {
"modmenu.discord": "https://discord.gg/s6fRBAUpmr"
}
}
}
}

0 comments on commit a223585

Please sign in to comment.