Merge pull request #23 from doushio9967/fix-registerore
Fix JD's broken code
This commit is contained in:
commit
20313127ce
1 changed files with 2 additions and 1 deletions
|
@ -1329,7 +1329,8 @@ public abstract class GT_Proxy implements IGT_Mod, IGuiHandler, IFuelHandler {
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if ((!aPrefix.mIsUnificatable) || (aMaterial.mUnificatable)) {return;
|
if (aPrefix.mIsUnificatable && !aMaterial.mUnificatable) {
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
for (Dyes tDye : Dyes.VALUES) {
|
for (Dyes tDye : Dyes.VALUES) {
|
||||||
|
|
Loading…
Reference in a new issue