Wireless Terminal can now Craft ( that was oddly easy )

This commit is contained in:
AlgorithmX2 2014-07-17 23:12:59 -05:00
parent f11bc7acc6
commit e2288dafc7

View file

@ -236,6 +236,8 @@ public abstract class AEBaseContainer extends Container
return tileEntity;
if ( part != null )
return part;
if ( obj != null )
return obj;
return null;
}