Remove brewing stands from the TE optimizations as well

Possible conflict with CB wall time patches?
This commit is contained in:
Zach Brown 2014-08-31 13:09:23 -05:00
parent 92bfbe89cf
commit e5cafd752b

View file

@ -146,8 +146,9 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+ put(TileEntityEnchantTable.class, 20);
+
+ // Slow things down that players won't notice due to craftbukkit "wall time" patches.
+ put(TileEntityFurnace.class, 20); // Needed for furnaces to work, will investigate at some point
+ put(TileEntityBrewingStand.class, 10);
+ // These need to be investigated further before they can be safely used here
+ //put(TileEntityFurnace.class, 20);
+ //put(TileEntityBrewingStand.class, 10);
+
+ // Vanilla controlled values - These are checks already done in vanilla, so don't tick on ticks we know
+ // won't do anything anyways