Update TileExternalStorage.java
This commit is contained in:
		| @@ -163,6 +163,7 @@ public class TileExternalStorage extends TileMachine implements IStorageProvider | ||||
|     } | ||||
|  | ||||
|     public TileEntity getConnectedTile() { | ||||
|         if(worldObj == null) return null; | ||||
|         TileEntity tile = worldObj.getTileEntity(pos.offset(getDirection())); | ||||
|  | ||||
|         if (tile instanceof IInventory || tile instanceof IDeepStorageUnit) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 tomevoll
					tomevoll