From fbc0a2b3543a5da53a2f81bb828c0877c921129a Mon Sep 17 00:00:00 2001 From: K0RR <43277609+RDKRACZ@users.noreply.github.com> Date: Wed, 4 Aug 2021 20:18:04 +0200 Subject: [PATCH] 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 :) --- .../src/main/resources/fabric.mod.json | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/omega-config-base/src/main/resources/fabric.mod.json b/omega-config-base/src/main/resources/fabric.mod.json index d3f015e..13c403a 100644 --- a/omega-config-base/src/main/resources/fabric.mod.json +++ b/omega-config-base/src/main/resources/fabric.mod.json @@ -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" ] + } + } }