Temporary fix for broken furnaces on certain servers
Dieser Commit ist enthalten in:
Ursprung
134a563b5f
Commit
1f10a97d0d
@ -146,7 +146,7 @@ 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, 10);
|
+ put(TileEntityFurnace.class, 20); // Needed for furnaces to work, will investigate at some point
|
||||||
+ put(TileEntityBrewingStand.class, 10);
|
+ 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
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren