diff --git a/api/src/main/resources/fabric.mod.json b/api/src/main/resources/fabric.mod.json index 263109227..01c9a7321 100644 --- a/api/src/main/resources/fabric.mod.json +++ b/api/src/main/resources/fabric.mod.json @@ -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" + } + } + } }