Remove our own (outdated) TE handling, for one that's closer to vanilla

This commit is contained in:
Zach Brown
2015-09-19 09:34:17 -05:00
parent 2190d87f45
commit dcef1d444b
3 changed files with 172 additions and 480 deletions

View File

@@ -57,7 +57,8 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+ tileentity.tickTimer.stopTiming();
+ System.err.println("TileEntity threw exception at " + tileentity.world.getWorld().getName() + ":" + tileentity.position.getX() + "," + tileentity.position.getY() + "," + tileentity.position.getZ());
+ throwable2.printStackTrace();
+ iterator.remove();
+ tilesThisCycle--;
+ this.tileEntityList.remove(tileTickPosition--);
+ continue;
+ // PaperSpigot end
}