Slight changes to the api fabric.mod.json to make it look like a library in modmenu

This commit is contained in:
coolGi
2023-07-17 01:32:38 +09:30
parent 5a74249f8a
commit 24b32ad6c9
+10 -2
View File
@@ -4,7 +4,15 @@
"version": "1.0",
"name": "DhApi",
"description": "This is just a placeholder to make uploading to Modrinth happy. Don't try running this jar in Minecraft. \nNote: while the API mod appears in mod menu lists when running DH via gradle, it won't appear when DH has been built and run in retail MC."
"description": "This is just a placeholder to make uploading to Modrinth happy. Don't try running this jar in Minecraft. \nNote: while the API mod appears in mod menu lists when running DH via gradle, it won't appear when DH has been built and run in retail MC.",
"custom": {
"modmenu": {
"badges": ["library"],
"parent": {
"id": "distanthorizons"
}
}
}
}