We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a945cfa + 163e97a commit a223585Copy full SHA for a223585
fabric/src/main/resources/fabric.mod.json
@@ -11,7 +11,8 @@
11
],
12
"contact": {
13
"homepage": "https://github.com/cabaletta/baritone",
14
- "sources": "https://github.com/cabaletta/baritone"
+ "sources": "https://github.com/cabaletta/baritone",
15
+ "issues": "https://github.com/cabaletta/baritone/issues"
16
},
17
18
"license": "LGPL-3.0",
@@ -27,5 +28,12 @@
27
28
"depends": {
29
"fabricloader": ">=0.14.22",
30
"minecraft": "1.20.2"
31
+ },
32
+ "custom": {
33
+ "modmenu": {
34
+ "links": {
35
+ "modmenu.discord": "https://discord.gg/s6fRBAUpmr"
36
+ }
37
38
}
39
0 commit comments