From ad766cd55b49b2e508b3af036d5a2e28f24e4cac Mon Sep 17 00:00:00 2001 From: FalkRaft <164064272+FalkRaft@users.noreply.github.com> Date: Sun, 26 Oct 2025 17:11:50 +0000 Subject: [PATCH] Fix issues URL formatting in fabric.mod.json --- Fabric/src/main/resources/fabric.mod.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Fabric/src/main/resources/fabric.mod.json b/Fabric/src/main/resources/fabric.mod.json index 4938009..512f74a 100644 --- a/Fabric/src/main/resources/fabric.mod.json +++ b/Fabric/src/main/resources/fabric.mod.json @@ -11,7 +11,7 @@ "contact": { "homepage": "https://curseforge.com/minecraft/mc-mods/collective", "sources": "https://github.com/Serilum/Collective", - "issues": "https://github.com/Serilum/.issue-tracker/labels/Library: Collective" + "issues": "https://github.com/Serilum/.issue-tracker/labels/%22Library%3A%20Collective%22" }, "license": "All Rights Reserved", @@ -61,4 +61,4 @@ " XAgent", " ตัวตรึง พระนคร" ] -} \ No newline at end of file +}