Skip to content

Commit

Permalink
No need to talk about how toxic Greg is in the incompatibility screen…
Browse files Browse the repository at this point in the history
…... oops
  • Loading branch information
mDiyo committed Dec 19, 2013
1 parent 676bd48 commit 1ddf963
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/main/java/tconstruct/util/EnvironmentChecks.java
Expand Up @@ -67,13 +67,7 @@ public static String modCompatDetails (String type, boolean consoleFormat)
if (type.equals("GregTech"))
{
return "- GregTech is a meta-mod that changes how a lot of mods interact with the base game and with each other." + n
+ "- The mod makes broad assumptions and changes to how the ore dictionary works" + n
+ "- The author is not a positive member of the modding community";
/*return "- GregTech is an \"IndustrialCraft 2 addon\". People do not expect a total conversion meta-mod that alters every other mod when they install it the first time." + n
+ "- The ore dictionary's purpose is interchangable items and mod compatibility. It is not a tool to bend people to your will." + n
+ "- GregTech actively breaks mods with \"invalid ore dictionary entries\"." + n
+ "- The mod has a blacklist that can corrupt worlds of people on it." + n
+ "- The author blames any problems introduced by his mod on others. See \"NotMyFaultException\" for intentional crashes.";*/
+ "- The mod makes broad assumptions and changes to how the ore dictionary works";
}
return "";
}
Expand Down

0 comments on commit 1ddf963

Please sign in to comment.