From e5cafd752bfa832186fb3586ab20dce627923712 Mon Sep 17 00:00:00 2001 From: Zach Brown <1254957+zachbr@users.noreply.github.com> Date: Sun, 31 Aug 2014 13:09:23 -0500 Subject: [PATCH] Remove brewing stands from the TE optimizations as well Possible conflict with CB wall time patches? --- Spigot-Server-Patches/Optimize-TileEntity-Ticking.patch | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Spigot-Server-Patches/Optimize-TileEntity-Ticking.patch b/Spigot-Server-Patches/Optimize-TileEntity-Ticking.patch index 0aa5651519..66c5b6a880 100644 --- a/Spigot-Server-Patches/Optimize-TileEntity-Ticking.patch +++ b/Spigot-Server-Patches/Optimize-TileEntity-Ticking.patch @@ -146,8 +146,9 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 + put(TileEntityEnchantTable.class, 20); + + // 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 -+ put(TileEntityBrewingStand.class, 10); ++ // These need to be investigated further before they can be safely used here ++ //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 + // won't do anything anyways