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()); + } + } +