From 77b8b973dce882badc020b9c970fe7c64f461c4e Mon Sep 17 00:00:00 2001 From: James Seibel Date: Fri, 30 Jun 2023 07:30:18 -0500 Subject: [PATCH] Fix API fabric.mod.json crashing the game --- api/src/main/resources/fabric.mod.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/api/src/main/resources/fabric.mod.json b/api/src/main/resources/fabric.mod.json index 58f9fa39d..263109227 100644 --- a/api/src/main/resources/fabric.mod.json +++ b/api/src/main/resources/fabric.mod.json @@ -1,9 +1,10 @@ { "schemaVersion": 1, - "id": "NA", - "version": "", + "id": "dh-api", + "version": "1.0", - "description": "This is just a placeholder to make uploading to Modrinth happy. Don't try running this jar in Minecraft." + "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." }