From 64fd48d0b516366d9a0bde0ca8a7ed9847126162 Mon Sep 17 00:00:00 2001 From: Frank Date: Fri, 25 Nov 2022 13:47:17 +0100 Subject: [PATCH] Modrinth Download URL --- src/main/resources/fabric.mod.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 4f541bf4..620536d6 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -14,7 +14,7 @@ "Firel (music)" ], "contact": { - "homepage": "https://www.curseforge.com/minecraft/mc-mods/betterend", + "homepage": "https://modrinth.com/mod/betterend", "issues": "https://github.com/quiqueck/BetterEnd/issues", "sources": "https://github.com/quiqueck/BetterEnd" }, @@ -66,7 +66,11 @@ }, "custom": { "bclib": { - "updater_icon": "icon_updater.png" + "updater_icon": "icon_updater.png", + "downloads": { + "modrinth": "https://modrinth.com/mod/betterend", + "curseforge": "https://www.curseforge.com/minecraft/mc-mods/betterend" + } } } }