Advertisement
bonald

Untitled

Mar 2nd, 2013
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 1.07 KB | None | 0 0
  1.     this.mDoNotInit = ((tFile.getAbsolutePath().contains(".technic")) || (tFile.getAbsolutePath().contains(".tekkit")) || (tFile.getAbsolutePath().contains(".Technic")) || (tFile.getAbsolutePath().contains(".Tekkit")));
  2.     if (this.mDoNotInit) {
  3.       GT_Log.out.println("GT_Mod: Detected Technic Launcher.");
  4.       GT_Log.out.println("GT_Mod: Errored.");
  5.  
  6.       System.err.println("*"); System.err.println("*"); System.err.println("*");
  7.       System.err.println("Hello, Gregorius Techneticies here,");
  8.       System.err.println("I see you most likely use Tekkit, but this Mod won't load, until Kakermix asks me PERSONALLY for the inclusion of my Mod. So bug HIM for it.");
  9.       System.err.println("PS. I could have exploded your Worlds, but i didn't for Publicityreasons.");
  10.       System.err.println("PPS. This Addon is Part of the FTB-Pack. It's even easier to use than Tekkit");
  11.       System.err.println("*"); System.err.println("*"); System.err.println("*");
  12.       tConfig1.get("Switching this won't help", "Tekkitsupport", false);
  13.       tConfig1.save();
  14.       return;
  15.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement