Fix JD's broken code

Otherwise most materials will simply not get registered.
This commit is contained in:
(;´・ω・) 2015-05-19 17:19:33 +02:00
parent 83f8f232e7
commit b3b1c10bfc

View file

@ -1329,7 +1329,8 @@ public abstract class GT_Proxy implements IGT_Mod, IGuiHandler, IFuelHandler {
default:
break;
}
if ((!aPrefix.mIsUnificatable) || (aMaterial.mUnificatable)) {return;
if (aPrefix.mIsUnificatable && !aMaterial.mUnificatable) {
return;
}
} else {
for (Dyes tDye : Dyes.VALUES) {