Add "library" badge for ModMenu; Add contact tags to the fabric.mod.json file.

>It aims to achieve the following goals:
Be lightweight (<10 KB) for JIJ usage

It's 15 KB already :)
This commit is contained in:
K0RR
2021-08-04 20:18:04 +02:00
committed by GitHub
parent 48f5962f57
commit fbc0a2b354
@@ -8,7 +8,11 @@
"Draylar", "Draylar",
"Frqnny" "Frqnny"
], ],
"contact": {}, "contact": {
"homepage": "https://github.com/Draylar/omega-config",
"sources": "https://github.com/Draylar/omega-config",
"issues": "https://github.com/Draylar/omega-config/issues"
},
"license": "MIT", "license": "MIT",
"environment": "*", "environment": "*",
"mixins": [ "mixins": [
@@ -18,5 +22,10 @@
"fabricloader": "*", "fabricloader": "*",
"fabric": "*", "fabric": "*",
"minecraft": "*" "minecraft": "*"
} },
"custom": {
"modmenu": {
"badges": [ "library" ]
}
}
} }