13
0
geforkt von Mirrors/Paper

Temporary fix for broken furnaces on certain servers

Dieser Commit ist enthalten in:
Zach Brown 2014-08-30 14:25:03 -05:00
Ursprung 134a563b5f
Commit 1f10a97d0d

Datei anzeigen

@ -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