Fix API fabric.mod.json crashing the game

This commit is contained in:
James Seibel
2023-06-30 07:30:18 -05:00
parent b9cfe535d1
commit 77b8b973dc
+4 -3
View File
@@ -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."
}