Skip to content

Commit 80878a7

Browse files
committed
Update fabric.mod.json
1 parent 44b1194 commit 80878a7

File tree

1 file changed

+18
-5
lines changed

1 file changed

+18
-5
lines changed

src/main/resources/fabric.mod.json

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"id": "ztrolix-libs",
44
"version": "${version}",
55
"name": "Ztrolix Libs",
6-
"description": "This is an example description! Tell everyone what your mod is about!",
6+
"description": "This is a mod/modpack library and counter for Ztrolix's mods and modpacks.",
77
"authors": [
8-
"Me!"
8+
"Ztrolix"
99
],
1010
"contact": {
11-
"homepage": "https://fabricmc.net/",
12-
"sources": "https://github.com/FabricMC/fabric-example-mod"
11+
"homepage": "https://ztrolix.vercel.app/mc/zlibs",
12+
"sources": "https://github.com/ZtrolixGit/ZtrolixLibs"
1313
},
1414
"license": "CC0-1.0",
1515
"icon": "assets/ztrolix-libs/icon.png",
@@ -39,6 +39,19 @@
3939
"fabric-api": "*"
4040
},
4141
"suggests": {
42-
"another-mod": "*"
42+
"modmenu": "*"
43+
},
44+
"custom": {
45+
"modmenu": {
46+
"badges": [ "library" ],
47+
"parent": {
48+
"id": "ztrolix-zlibs",
49+
"name": "Ztrolix Libs",
50+
"description": "This is a mod/modpack library and counter for Ztrolix's mods and modpacks.",
51+
"icon": "assets/ztrolix-libs/icon.png",
52+
"badges": [ "library" ]
53+
},
54+
"update_checker": true
55+
}
4356
}
4457
}

0 commit comments

Comments
 (0)