summaryrefslogtreecommitdiffstats
path: root/nms-patches
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches')
-rw-r--r--nms-patches/BlockShulkerBox.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/nms-patches/BlockShulkerBox.patch b/nms-patches/BlockShulkerBox.patch
index 7799d7d9..e292c35e 100644
--- a/nms-patches/BlockShulkerBox.patch
+++ b/nms-patches/BlockShulkerBox.patch
@@ -52,3 +52,13 @@
TileEntityShulkerBox tileentityshulkerbox = (TileEntityShulkerBox) tileentity;
if (!tileentityshulkerbox.r() && tileentityshulkerbox.F()) {
+@@ -123,8 +148,8 @@
+ a(world, blockposition, itemstack);
+ }
+
+- world.updateAdjacentComparators(blockposition, iblockdata.getBlock());
+ }
++ world.updateAdjacentComparators(blockposition, iblockdata.getBlock()); // CraftBukkit - moved down
+
+ super.remove(world, blockposition, iblockdata);
+ }