Skip to content

Commit

Permalink
server & badges
Browse files Browse the repository at this point in the history
  • Loading branch information
KrLite committed Oct 1, 2023
1 parent 9283f26 commit 45267a6
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"id": "registed",
"version": "${version}",
"name": "Registed",
"description": "Brings You Annotated Registries!",
"description": "A Library that Brings You Annotated Registries!",
"authors": [
"HO Artisan"
],
Expand All @@ -13,7 +13,7 @@
},
"license": "GPL-3.0",
"icon": "assets/registed/icon.png",
"environment": "*",
"environment": "server",
"entrypoints": {
"main": [
"ho.artisan.registed.Registed"
Expand All @@ -28,5 +28,11 @@
"java": ">=17"
},
"suggests": {
},

"custom": {
"modmenu": {
"badges": [ "library" ]
}
}
}

0 comments on commit 45267a6

Please sign in to comment.