Skip to content

Commit 33437b7

Browse files
Update fabric.mod.json (#12)
1 parent 2e066c2 commit 33437b7

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

src/main/resources/fabric.mod.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,18 @@
22
"schemaVersion": 1,
33
"id": "rsls",
44
"version": "${version}",
5-
65
"name": "Raise Sound Limit Simplified",
76
"description": "A mod that raises Minecraft sound sources limit in a simple way ",
87
"authors": [
98
"ishland"
109
],
1110
"contact": {
1211
"sources": "https://github.com/ishland/raise-sound-limit-simplified",
13-
"issues": "https://github.com/ishland/raise-sound-limit-simplified/issues"
12+
"issues": "https://github.com/ishland/raise-sound-limit-simplified/issues",
13+
"homepage": "https://modrinth.com/mod/rsls"
1414
},
15-
1615
"license": "MIT",
1716
"icon": "assets/rsls/icon.png",
18-
1917
"environment": "client",
2018
"entrypoints": {
2119
"client": [
@@ -25,13 +23,19 @@
2523
"mixins": [
2624
"rsls.mixins.json"
2725
],
28-
2926
"depends": {
3027
"fabricloader": ">=0.15.0",
3128
"java": ">=17"
3229
},
3330
"recommends": {
3431
"fabric-resource-loader-v0": "*",
3532
"cloth-config": "*"
33+
},
34+
"custom": {
35+
"modmenu": {
36+
"links": {
37+
"modmenu.discord": "https://discord.gg/Kdy8NM5HW4"
38+
}
39+
}
3640
}
3741
}

0 commit comments

Comments
 (0)