aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorHacktheTime <l4bg0jb7@duck.com>2023-09-17 13:00:04 +0200
committerHacktheTime <l4bg0jb7@duck.com>2023-09-17 13:00:04 +0200
commitdd5adf1912bd4aed92e7c50b737b041c6a2dc0e7 (patch)
tree7bb0728b3a73327373a55f5f212974979016a910 /src/main/resources
parent5514cf171b4982cb11f5d015d5faf17e2b51cfed (diff)
downloadBBsentials-dd5adf1912bd4aed92e7c50b737b041c6a2dc0e7.tar.gz
BBsentials-dd5adf1912bd4aed92e7c50b737b041c6a2dc0e7.tar.bz2
BBsentials-dd5adf1912bd4aed92e7c50b737b041c6a2dc0e7.zip
added mod menu config entry together with cloth config.
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/fabric.mod.json21
1 files changed, 4 insertions, 17 deletions
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