From 9123b41f141915a50549d8a6f66b48e6199a2727 Mon Sep 17 00:00:00 2001 From: Provismet <17149901+Provismet@users.noreply.github.com> Date: Thu, 12 Oct 2023 00:55:02 +0100 Subject: [PATCH] Add issue tracker to modmenu. --- src/main/resources/fabric.mod.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 5deeb6d..8fc432c 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -9,7 +9,8 @@ ], "contact": { "homepage": "https://github.com/Provismet/VMC-MC", - "sources": "https://github.com/Provismet/VMC-MC" + "sources": "https://github.com/Provismet/VMC-MC", + "issues": "https://github.com/Provismet/VMC-MC/issues" }, "license": "MIT", "icon": "assets/vmcmc/icon.png",