Skip to content

Commit

Permalink
Add issues links and link to Discord for ModMenu
Browse files Browse the repository at this point in the history
  • Loading branch information
Jatc252 authored and leijurv committed Jan 6, 2024
1 parent f147519 commit 22abc24
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.11.0",
"minecraft": "1.19.4"
},
"custom": {
"modmenu": {
"links": {
"modmenu.discord": "https://discord.gg/s6fRBAUpmr"
}
}
}
}

0 comments on commit 22abc24

Please sign in to comment.