diff options
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/fabric.mod.json | 24 |
1 files changed, 21 insertions, 3 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 7645d9e..8e3db40 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -7,7 +7,11 @@ "authors": [ "Hype_the_Time/hackthetime" ], - "contact": {}, + "contact": { + "homepage": "https://github.com/HacktheTime/BBsentials1.20", + "issues": "https://github.com/HacktheTime/BBsentials1.20/issues", + "discord": "https://discord.gg/m7gX2GyQYj" + }, "license": "All-Rights-Reserved", "icon": "logo.png", "environment": "client", @@ -23,5 +27,19 @@ }, "mixins": [ "bbsentials.mixins.json" - ] -} + ], + "custom": { + "modmenu": { + "links": { + "modmenu.discord": "https://discord.gg/m7gX2GyQYj" + }, + "parent": { + "id": "bbsentials", + "name": "BBsentials", + "description": "Mod to connect to the BBsentials Network for Splashes and more", + "icon": "logo.png" + }, + "update_checker": false + } + } +}
\ No newline at end of file |