Skip to content

Commit c4482a5

Browse files
committed
Keep modid consistent
1 parent c67ec45 commit c4482a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/github/communityradargg/forgemod/CommunityRadarMod.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
@Mod(modid = CommunityRadarMod.MODID, version = CommunityRadarMod.VERSION)
4040
public class CommunityRadarMod {
4141
/** The id of the mod. */
42-
public static final String MODID = "communityradargg";
42+
public static final String MODID = "communityradar";
4343
/** The version of the mod. */
4444
public static final String VERSION = "1.1.2-1.8.9-SNAPSHOT";
4545
private static final Logger logger = LogManager.getLogger(CommunityRadarMod.class);

0 commit comments

Comments
 (0)