From 1ddf963aa27576412097188fe6dc6936cddbf583 Mon Sep 17 00:00:00 2001 From: mDiyo Date: Thu, 19 Dec 2013 11:53:53 -0800 Subject: [PATCH] No need to talk about how toxic Greg is in the incompatibility screen... oops --- src/main/java/tconstruct/util/EnvironmentChecks.java | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/main/java/tconstruct/util/EnvironmentChecks.java b/src/main/java/tconstruct/util/EnvironmentChecks.java index af7992c9b79..c9f9e3af990 100644 --- a/src/main/java/tconstruct/util/EnvironmentChecks.java +++ b/src/main/java/tconstruct/util/EnvironmentChecks.java @@ -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 ""; }