mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-26 04:25:26 +01:00
Temporary fix for broken furnaces on certain servers
This commit is contained in:
parent
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
|
||||||
|
Loading…
Reference in New Issue
Block a user