Update fabric.mod.json

This commit is contained in:
K0RR
2021-08-18 13:20:55 +02:00
committed by GitHub
parent 539d3ee1af
commit bd2cc57eb9
@@ -7,7 +7,11 @@
"authors": [
"Draylar"
],
"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": [
@@ -17,5 +21,10 @@
"fabricloader": "*",
"fabric": "*",
"minecraft": "*"
}
},
"custom": {
"modmenu": {
"badges": [ "library" ]
}
}
}