diff --git a/omega-config-gui/src/main/resources/fabric.mod.json b/omega-config-gui/src/main/resources/fabric.mod.json index a4b16f6..bfef223 100644 --- a/omega-config-gui/src/main/resources/fabric.mod.json +++ b/omega-config-gui/src/main/resources/fabric.mod.json @@ -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" ] + } + } }