Skip to content

Commit

Permalink
Add links to mod menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryhon0 committed May 18, 2024
1 parent 19bb643 commit 1051c1b
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
],
"contact": {
"homepage": "https://ryhon.xyz/",
"sources": "https://github.com/Ryhon0/ReplanterPlus"
"sources": "https://github.com/Ryhon0/ReplanterPlus",
"issues": "https://github.com/Ryhon0/ReplanterPlus/issues"
},
"license": "GPL-3.0",
"icon": "assets/replanter-plus/icon.png",
Expand All @@ -26,7 +27,17 @@
"java": ">=17",
"fabric-api": "*"
},
"suggests": {
"another-mod": "*"
"custom":
{
"modmenu":
{
"links":
{
"modmenu.donate": "https://github.com/sponsors/Ryhon0",
"modmenu.modrinth": "https://modrinth.com/mod/replanter-plus",
"modmenu.github_releases": "https://github.com/Ryhon0/ReplanterPlus/releases",
"modmenu.twitter": "https://twitter.com/RyhonDev"
}
}
}
}

0 comments on commit 1051c1b

Please sign in to comment.