From c17f2a88303bfa9b8a57a0b61e15961756d1d780 Mon Sep 17 00:00:00 2001 From: HacktheTime Date: Fri, 22 Sep 2023 17:52:49 +0200 Subject: added auto splash updates. and updated mod json --- src/main/resources/fabric.mod.json | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'src/main/resources') 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 -- cgit