diff options
author | HacktheTime <l4bg0jb7@duck.com> | 2023-08-10 15:57:08 +0200 |
---|---|---|
committer | HacktheTime <l4bg0jb7@duck.com> | 2023-08-10 15:57:08 +0200 |
commit | 7d9f695e2603c2349ce0693bb0e1e6dbbd274fbc (patch) | |
tree | c20fa881e11df0d03f2570b442b03bce98d760a5 /src/main | |
parent | 705aab052f99f0823329b6179a6ed3cd9368a968 (diff) | |
download | BBsentials-7d9f695e2603c2349ce0693bb0e1e6dbbd274fbc.tar.gz BBsentials-7d9f695e2603c2349ce0693bb0e1e6dbbd274fbc.tar.bz2 BBsentials-7d9f695e2603c2349ce0693bb0e1e6dbbd274fbc.zip |
added mod menue entry
Diffstat (limited to 'src/main')
-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 |