diff options
| author | HacktheTime <l4bg0jb7@duck.com> | 2023-09-22 17:52:49 +0200 |
|---|---|---|
| committer | HacktheTime <l4bg0jb7@duck.com> | 2023-09-22 17:53:44 +0200 |
| commit | c17f2a88303bfa9b8a57a0b61e15961756d1d780 (patch) | |
| tree | 9d39d8cb890feaef9125debe11d6f1be5391c312 /src/main/resources | |
| parent | 0426478c522d7878c53e5c373d88022f357e1e74 (diff) | |
| download | BBsentials-c17f2a88303bfa9b8a57a0b61e15961756d1d780.tar.gz BBsentials-c17f2a88303bfa9b8a57a0b61e15961756d1d780.tar.bz2 BBsentials-c17f2a88303bfa9b8a57a0b61e15961756d1d780.zip | |
added auto splash updates. and updated mod json
Diffstat (limited to 'src/main/resources')
| -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 |
