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": [ "authors": [
"Draylar" "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", "license": "MIT",
"environment": "*", "environment": "*",
"mixins": [ "mixins": [
@@ -17,5 +21,10 @@
"fabricloader": "*", "fabricloader": "*",
"fabric": "*", "fabric": "*",
"minecraft": "*" "minecraft": "*"
},
"custom": {
"modmenu": {
"badges": [ "library" ]
}
} }
} }