From bf3834ab211e6fa6e15658641e0c1f8a177d92ca Mon Sep 17 00:00:00 2001 From: EnZaXD <60033407+FlorianMichael@users.noreply.github.com> Date: Thu, 29 Feb 2024 12:25:31 +0100 Subject: [PATCH] Tidy up fabric.mod.json file of fabric platform (#695) --- fabric/src/main/resources/fabric.mod.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/fabric/src/main/resources/fabric.mod.json b/fabric/src/main/resources/fabric.mod.json index bff84f96..73e60e2c 100644 --- a/fabric/src/main/resources/fabric.mod.json +++ b/fabric/src/main/resources/fabric.mod.json @@ -6,7 +6,7 @@ "description": "Allow older Minecraft versions to connect to a newer server version.", "license": "GPL-3.0", "contact": { - "homepage": "https://github.com/ViaVersion/ViaBackwards", + "homepage": "https://viaversion.com/backwards", "issues": "https://github.com/ViaVersion/ViaBackwards/issues", "sources": "https://github.com/ViaVersion/ViaBackwards" }, @@ -30,5 +30,12 @@ }, "recommends": { "viarewind": "*" - } + }, + "custom": { + "modmenu:api": true, + "modmenu": { + "badges": [ "library" ], + "parent": "viafabric" + } + } }