From c4482a5b33c7450b7b6f570ea847e1aa8f51471b Mon Sep 17 00:00:00 2001 From: BlockyTheDev <86119630+BlockyTheDev@users.noreply.github.com> Date: Sun, 16 Jun 2024 22:42:51 +0200 Subject: [PATCH] Keep modid consistent --- .../io/github/communityradargg/forgemod/CommunityRadarMod.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/io/github/communityradargg/forgemod/CommunityRadarMod.java b/src/main/java/io/github/communityradargg/forgemod/CommunityRadarMod.java index 90048be..70bd66f 100644 --- a/src/main/java/io/github/communityradargg/forgemod/CommunityRadarMod.java +++ b/src/main/java/io/github/communityradargg/forgemod/CommunityRadarMod.java @@ -39,7 +39,7 @@ @Mod(modid = CommunityRadarMod.MODID, version = CommunityRadarMod.VERSION) public class CommunityRadarMod { /** The id of the mod. */ - public static final String MODID = "communityradargg"; + public static final String MODID = "communityradar"; /** The version of the mod. */ public static final String VERSION = "1.1.2-1.8.9-SNAPSHOT"; private static final Logger logger = LogManager.getLogger(CommunityRadarMod.class);