From d63a32ec566f6d7cd1554c274cb91d836e5365b4 Mon Sep 17 00:00:00 2001 From: md_5 Date: Fri, 18 Apr 2025 12:49:28 +1000 Subject: [PATCH] SPIGOT-8037: Comparators don't update from pushed composters and cauldrons --- nms-patches/net/minecraft/world/level/World.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nms-patches/net/minecraft/world/level/World.patch b/nms-patches/net/minecraft/world/level/World.patch index 3fdc9bd01..63a87e4e3 100644 --- a/nms-patches/net/minecraft/world/level/World.patch +++ b/nms-patches/net/minecraft/world/level/World.patch @@ -215,7 +215,7 @@ + if ((i & 1) != 0) { + this.updateNeighborsAt(blockposition, iblockdata1.getBlock()); + if (!this.isClientSide && iblockdata.hasAnalogOutputSignal()) { -+ this.updateNeighborsAt(blockposition, newBlock.getBlock()); ++ this.updateNeighbourForOutputSignal(blockposition, newBlock.getBlock()); + } + } +