From 2f652bd5ce61adf1fffaa01f90a490b96693f50c Mon Sep 17 00:00:00 2001 From: firef1a Date: Thu, 23 May 2024 10:34:30 -0700 Subject: [PATCH] updated fabric.mod.json to include contact info --- src/main/resources/fabric.mod.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index c549cbf..72de3d8 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -8,7 +8,10 @@ "fire" ], "contact": { - "homepage": "https://github.com/firef1a/dfrevert" + "homepage": "https://github.com/firef1a/dfrevert", + "sources": "https://github.com/firef1a/dfrevert", + "repo": "https://github.com/firef1a/dfrevert", + "issues": "https://github.com/firef1a/dfrevert/issues" }, "license": "MIT", "icon": "assets/dfrevert/icon.png",