From dd5adf1912bd4aed92e7c50b737b041c6a2dc0e7 Mon Sep 17 00:00:00 2001 From: HacktheTime Date: Sun, 17 Sep 2023 13:00:04 +0200 Subject: added mod menu config entry together with cloth config. --- src/main/resources/fabric.mod.json | 21 ++++----------------- 1 file changed, 4 insertions(+), 17 deletions(-) (limited to 'src/main/resources/fabric.mod.json') diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 354192c..bc1b4c3 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -3,17 +3,17 @@ "id": "bbsentials", "version": "${version}", "name": "BBsentials", - "description": "QOL Modifications", + "icon": "logo.png", + "description": "Mod to connect to the BBsentials Network for Splashes and more", "authors": [ "Hype_the_Time/hackthetime" ], "contact": { "homepage": "https://github.com/HacktheTime/BBsentials1.20", "issues": "https://github.com/HacktheTime/BBsentials1.20/issues", - "discord": "https://discord.gg/m7gX2GyQYj" + "discord": "discord.gg" }, "license": "All-Rights-Reserved", - "icon": "logo.png", "environment": "client", "entrypoints": { "client": [ @@ -28,18 +28,5 @@ }, "mixins": [ "bbsentials.mixins.json" - ], - "custom": { - "modmenu": { - "links": { - "modmenu.discord": "https://discord.gg/m7gX2GyQYj" - }, - "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