Moved portal rendering to second thread, further improved performance
Portal rendering is now done on a second thread so it doesn't hold up the server too much. (Don't worry, the second thread doesn't access the bukkit API, this is completely safe AFAIK). Also, blocks that are fully obscured by other solid blocks are no longer sent to the player