Temporary fix for broken furnaces on certain servers

This commit is contained in:
Zach Brown 2014-08-30 14:25:03 -05:00
parent 134a563b5f
commit 1f10a97d0d

View file

@ -146,7 +146,7 @@ index 0000000..4e6b762
+ put(TileEntityEnchantTable.class, 20);
+
+ // Slow things down that players won't notice due to craftbukkit "wall time" patches.
+ put(TileEntityFurnace.class, 10);
+ put(TileEntityFurnace.class, 20); // Needed for furnaces to work, will investigate at some point
+ put(TileEntityBrewingStand.class, 10);
+
+ // Vanilla controlled values - These are checks already done in vanilla, so don't tick on ticks we know