Posts by Titan_3000

    hey,
    we tried to run a Feed The Beast Server, but GregTech wont load because we also have a tekkit Server...

    Display Spoiler

    File tFile = new File(aEvent.getModConfigurationDirectory(), "GregTech.cfg");
    Configuration tConfig = new Configuration(tFile);
    tConfig.load();
    this.mDoNotInit = ((tFile.getAbsolutePath().contains("echnic")) || (tFile.getAbsolutePath().contains("ekkit")));
    if (this.mDoNotInit) {
    System.err.println("*");
    System.err.println("*");
    System.err.println("*");
    System.err.println("Hello, Gregorius Techneticies here,");
    System.err.println("I see you obviously use Tekkit, but this Mod wont load, until Kakermix asks me PERSONALLY for the inclusion of my Mod. So bug HIM for it.");
    System.err.println("P.S. I would've corrupted all your Savefiles like SirSengir, but i didnt for Publicityreasons.");
    System.err.println("*");
    System.err.println("*");
    System.err.println("*");
    tConfig.get("Switching this wont help", "Tekkitsupport", false);
    tConfig.save();
    return;
    }


    i like your awesome mod

    Titan_3000