From 7d9f695e2603c2349ce0693bb0e1e6dbbd274fbc Mon Sep 17 00:00:00 2001 From: HacktheTime Date: Thu, 10 Aug 2023 15:57:08 +0200 Subject: added mod menue entry --- src/main/resources/fabric.mod.json | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) (limited to 'src') 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 -- cgit