Advertisement
Guest User

Untitled

a guest
Jan 26th, 2013
1,797
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. this.mDoNotInit = ((tFile.getAbsolutePath().contains(".technic")) || (tFile.getAbsolutePath().contains(".tekkit")) || (tFile.getAbsolutePath().contains(".Technic")) ||
  2. (tFile.getAbsolutePath().contains(".Tekkit")));
  3. if (this.mDoNotInit)
  4. {
  5. System.err.println("*"); System.err.println("*"); System.err.println("*");
  6. System.err.println("Hello, Gregorius Techneticies here,");
  7. 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.");
  8. System.err.println("PS. I could have exploded your Worlds, but i didn't for Publicityreasons.");
  9. System.err.println("PPS. This Addon is Part of the FTB-Pack. It's even easier to use than Tekkit");
  10. System.err.println("*"); System.err.println("*"); System.err.println("*");
  11. tConfig1.get("Switching this won't help", "Tekkitsupport", false);
  12. tConfig1.save();
  13. return;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement