Merge pull request #6 from RDKRACZ/patch-1

Add "library" badge for ModMenu; Add contact tags to the fabric.mod.json file.
This commit is contained in:
Draylar
2021-12-09 00:13:04 -06:00
committed by GitHub
4 changed files with 26 additions and 8 deletions
@@ -8,7 +8,11 @@
"Draylar",
"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",
"environment": "*",
"mixins": [
@@ -18,5 +22,10 @@
"fabricloader": "*",
"fabric": "*",
"minecraft": "*"
}
},
"custom": {
"modmenu": {
"badges": [ "library" ]
}
}
}