Merge pull request #4205 from Jatc252/patch-1

Add issues link and link to Discord for ModMenu
This commit is contained in:
leijurv 2024-01-06 09:51:56 -10:00 committed by GitHub
commit a223585daa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 1 deletions

View File

@ -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",
@ -27,5 +28,12 @@
"depends": {
"fabricloader": ">=0.14.22",
"minecraft": "1.20.2"
},
"custom": {
"modmenu": {
"links": {
"modmenu.discord": "https://discord.gg/s6fRBAUpmr"
}
}
}
}