Wireless Terminal can now Craft ( that was oddly easy )
This commit is contained in:
parent
f11bc7acc6
commit
e2288dafc7
1 changed files with 2 additions and 0 deletions
|
@ -236,6 +236,8 @@ public abstract class AEBaseContainer extends Container
|
||||||
return tileEntity;
|
return tileEntity;
|
||||||
if ( part != null )
|
if ( part != null )
|
||||||
return part;
|
return part;
|
||||||
|
if ( obj != null )
|
||||||
|
return obj;
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue