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 14ac97ad60
commit a245892c3c
1 changed files with 4 additions and 3 deletions

View File

@ -106,7 +106,7 @@ new file mode 100644
index 0000000..4e6b762 index 0000000..4e6b762
--- /dev/null --- /dev/null
+++ b/src/main/java/org/spigotmc/WorldTileEntityList.java +++ b/src/main/java/org/spigotmc/WorldTileEntityList.java
@@ -0,0 +1,173 @@ @@ -0,0 +1,174 @@
+package org.spigotmc; +package org.spigotmc;
+ +
+import com.google.common.collect.ArrayListMultimap; +import com.google.common.collect.ArrayListMultimap;
@ -146,8 +146,9 @@ index 0000000..4e6b762
+ put(TileEntityEnchantTable.class, 20); + put(TileEntityEnchantTable.class, 20);
+ +
+ // Slow things down that players won't notice due to craftbukkit "wall time" patches. + // 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 + // These need to be investigated further before they can be safely used here
+ put(TileEntityBrewingStand.class, 10); + //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 + // Vanilla controlled values - These are checks already done in vanilla, so don't tick on ticks we know
+ // won't do anything anyways + // won't do anything anyways