Slight changes to the api fabric.mod.json to make it look like a library in modmenu
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user