From e187c8ed39a53ddae16c93ddc3c41d51c67b4bfa Mon Sep 17 00:00:00 2001 From: Legends11 <235496468+tickwarden@users.noreply.github.com> Date: Tue, 19 May 2026 17:18:54 +0300 Subject: [PATCH] Update fabric.mod.json with contributor and links Removed a contributor entry and added a new link to Modrinth. --- src/main/resources/fabric.mod.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 784f4a7..c374d5e 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -10,9 +10,7 @@ "contact": { "homepage": "https://github.com/asn44nb" } - } - ], - "contributors": [ + }, { "name": "tickwarden", "contact": { @@ -55,7 +53,8 @@ "custom": { "modmenu": { "links": { - "modmenu.wiki": "https://github.com/runtoolkit/dataLib-Fabric/wiki" + "modmenu.wiki": "https://github.com/runtoolkit/dataLib-Fabric/wiki", + "modmenu.modrinth": "https://modrinth.com/mod/datalib" }, "modmenu.github": "https://github.com/runtoolkit/dataLib-Fabric" },