Skip to content

Commit

Permalink
Keep modid consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
BlockyTheDev committed Jun 16, 2024
1 parent c67ec45 commit c4482a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit c4482a5

Please sign in to comment.