Update fabric.mod.json (#2480)

This commit is contained in:
creeper123123321 2021-05-18 08:49:58 -03:00 committed by GitHub
parent 01d79e2681
commit c5a338137e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,9 +23,13 @@
"fabricloader": ">=0.4.0"
},
"recommends": {
"viafabric": ">=0.2.0-SNAPSHOT"
"viafabric": ">=0.3.99"
},
"custom": {
"modmenu:api": true
"modmenu:api": true,
"modmenu": {
"badges": [ "library" ],
"parent": "viafabric"
}
}
}