aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
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