diff options
author | xander <xander@isxander.dev> | 2022-09-02 10:56:48 +0100 |
---|---|---|
committer | xander <xander@isxander.dev> | 2022-09-02 10:56:48 +0100 |
commit | 1772186447fc01c1008caef402774e1a65a065e9 (patch) | |
tree | d29928358a9b0e6c365a90db47c291e8508aae0b | |
parent | 7bfbbc908d53c379fa36a929282e7f20b95afde8 (diff) | |
download | YetAnotherConfigLib-1772186447fc01c1008caef402774e1a65a065e9.tar.gz YetAnotherConfigLib-1772186447fc01c1008caef402774e1a65a065e9.tar.bz2 YetAnotherConfigLib-1772186447fc01c1008caef402774e1a65a065e9.zip |
modmenu library badge
-rw-r--r-- | src/main/resources/fabric.mod.json | 5 |
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"] + } } } |