From 24b32ad6c980b3349bc1ed0eacbcf5b65831483d Mon Sep 17 00:00:00 2001 From: coolGi Date: Mon, 17 Jul 2023 01:32:38 +0930 Subject: [PATCH] Slight changes to the api fabric.mod.json to make it look like a library in modmenu --- api/src/main/resources/fabric.mod.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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" + } + } + } }