Skip to content

Commit

Permalink
Fix Mod ID
Browse files Browse the repository at this point in the history
  • Loading branch information
Zerokyuuni committed Jun 7, 2014
1 parent 2c14f31 commit a63f020
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/tconstruct/util/EnvironmentChecks.java
Expand Up @@ -31,11 +31,11 @@ public static void verifyEnvironmentSanity ()
{
List<String> modIds = new ArrayList<String>();

if (Loader.isModLoaded("gregtech_addon"))
if (Loader.isModLoaded("gregtech"))
{
TConstruct.logger.error("Tinkers' Construct and GregTech are incompatible for the following reasons:");
TConstruct.logger.error(modCompatDetails("GregTech", true));
modIds.add("gregtech_addon");
modIds.add("gregtech");
incompatibilities.add("GregTech");
}

Expand Down

0 comments on commit a63f020

Please sign in to comment.