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:
@@ -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" ]
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user