We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c67ec45 commit c4482a5Copy full SHA for c4482a5
src/main/java/io/github/communityradargg/forgemod/CommunityRadarMod.java
@@ -39,7 +39,7 @@
39
@Mod(modid = CommunityRadarMod.MODID, version = CommunityRadarMod.VERSION)
40
public class CommunityRadarMod {
41
/** The id of the mod. */
42
- public static final String MODID = "communityradargg";
+ public static final String MODID = "communityradar";
43
/** The version of the mod. */
44
public static final String VERSION = "1.1.2-1.8.9-SNAPSHOT";
45
private static final Logger logger = LogManager.getLogger(CommunityRadarMod.class);
0 commit comments