From bf15b123da44889059212c4c3bed92bc211df87d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=A9l=C3=A9anore=20is=20not=20coding=20in=20the=20slight?= =?UTF-8?q?est?= <166862894+eleanordoesntcode@users.noreply.github.com> Date: Sun, 9 Mar 2025 13:49:16 +0100 Subject: [PATCH] Redirect people to this repo/modrinth page for issues and source. --- src/main/resources/fabric.mod.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 455bb1f..e9d9890 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -19,13 +19,13 @@ "recommends": { "modmenu" : "*" }, - "name": "AntiGhost", - "description": "Mod that helps you get rid of ghost blocks around yourself. Use /ghost or type the g key (can be rebound) to request block-resends.", + "name": "AntiGhost FORK", + "description": "Mod that helps you get rid of ghost blocks around yourself. Use /ghost or type the g key (can be rebound) to request block-resends. Forked by IkyMax for newer versions.", "icon": "icon.png", "authors": [ "Giselbaer" ], "contact": { - "homepage": "https://www.curseforge.com/minecraft/mc-mods/antighost", - "sources": "https://github.com/gbl/AntiGhost", - "issues": "https://github.com/gbl/AntiGhost/issues" + "homepage": "https://modrinth.com/mod/antighost-fork", + "sources": "https://github.com/IkyMax/AntiGhost", + "issues": "https://github.com/IkyMax/AntiGhost/issues" } }