From 311da5a8977d811e1a5e7604c4ccd6222a683991 Mon Sep 17 00:00:00 2001 From: nelle Date: Wed, 18 Dec 2024 21:44:50 -0700 Subject: [PATCH] add contact --- MC1.20.6/src/main/resources/fabric.mod.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/MC1.20.6/src/main/resources/fabric.mod.json b/MC1.20.6/src/main/resources/fabric.mod.json index 147795d..b2d3e8f 100644 --- a/MC1.20.6/src/main/resources/fabric.mod.json +++ b/MC1.20.6/src/main/resources/fabric.mod.json @@ -8,7 +8,11 @@ "authors": [ "nellePoint" ], - "contact": {}, + "contact": { + "homepage": "https://modrinth.com/mod/roses-mod", + "issues": "https://git.nullafati.xyz/limepotato/roses-mod/issues", + "sources": "https://git.nullafati.xyz/limepotato/roses-mod" + }, "license": "LGPL-3.0", "icon": "roses_mod/icon.png",