aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxander <xander@isxander.dev>2022-09-02 10:56:48 +0100
committerxander <xander@isxander.dev>2022-09-02 10:56:48 +0100
commit1772186447fc01c1008caef402774e1a65a065e9 (patch)
treed29928358a9b0e6c365a90db47c291e8508aae0b
parent7bfbbc908d53c379fa36a929282e7f20b95afde8 (diff)
downloadYetAnotherConfigLib-1772186447fc01c1008caef402774e1a65a065e9.tar.gz
YetAnotherConfigLib-1772186447fc01c1008caef402774e1a65a065e9.tar.bz2
YetAnotherConfigLib-1772186447fc01c1008caef402774e1a65a065e9.zip
modmenu library badge
-rw-r--r--src/main/resources/fabric.mod.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index 0061d05..6c28f3c 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -22,5 +22,10 @@
"fabricloader": ">=0.14.0",
"minecraft": "1.19.x",
"java": ">=17"
+ },
+ "custom": {
+ "modmenu": {
+ "badges": ["library"]
+ }
}
}