diff options
Diffstat (limited to 'src/main/resources/fabric.mod.json')
-rw-r--r-- | src/main/resources/fabric.mod.json | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index bc1b4c3..1a25af1 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -11,9 +11,10 @@ "contact": { "homepage": "https://github.com/HacktheTime/BBsentials1.20", "issues": "https://github.com/HacktheTime/BBsentials1.20/issues", - "discord": "discord.gg" + "email": "s0844x76@duck.com", + "sources": "https://github.com/HacktheTime/BBsentials1.20" }, - "license": "All-Rights-Reserved", + "license": "Look on Github (Sources). a Modified \"CC BY-NC-ND 4.0\" License", "environment": "client", "entrypoints": { "client": [ @@ -28,5 +29,14 @@ }, "mixins": [ "bbsentials.mixins.json" - ] + ], + "custom": { + "modmenu": { + "links": { + "License": "https://github.com/HacktheTime/BBsentials1.20/blob/master/LICENSE", + "modmenu.discord":"discord.gg/qr5mPRq8uG" + }, + "update_checker": true + } + } }
\ No newline at end of file |