I'm pretty sure this has already been posted or discussed somewhere were I couldn't find it but I wanted to know if someone have released a patched version of gregtech for 1.6.4 without this bu....t code.
Decompiled from 408s
In the meantime I'll try to edit it myself.
Thx in advance.
Decompiled from 408s
Code:
if ((aOriginalMod.toLowerCase().contains("xycraft")) || (aOriginalMod.toLowerCase().contains("tconstruct")) || ((aOriginalMod.toLowerCase().contains("natura")) && (!aOriginalMod.toLowerCase().contains("natural"))))
{
if (GregTech_API.DEBUG_MODE) {
GT_Log.ore.println(aMod + " -> " + aEvent.Name + " is getting ignored, because of racism. :P");
}
return;
}
In the meantime I'll try to edit it myself.
Thx in advance.