Skip to content

Commit a223585

Browse files
authored
Merge pull request cabaletta#4205 from Jatc252/patch-1
Add issues link and link to Discord for ModMenu
2 parents a945cfa + 163e97a commit a223585

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

fabric/src/main/resources/fabric.mod.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
],
1212
"contact": {
1313
"homepage": "https://github.com/cabaletta/baritone",
14-
"sources": "https://github.com/cabaletta/baritone"
14+
"sources": "https://github.com/cabaletta/baritone",
15+
"issues": "https://github.com/cabaletta/baritone/issues"
1516
},
1617

1718
"license": "LGPL-3.0",
@@ -27,5 +28,12 @@
2728
"depends": {
2829
"fabricloader": ">=0.14.22",
2930
"minecraft": "1.20.2"
31+
},
32+
"custom": {
33+
"modmenu": {
34+
"links": {
35+
"modmenu.discord": "https://discord.gg/s6fRBAUpmr"
36+
}
37+
}
3038
}
3139
}

0 commit comments

Comments
 (0)