mirror of
https://hub.spigotmc.org/stash/scm/spigot/craftbukkit.git
synced 2025-08-31 22:30:15 +00:00
SPIGOT-8037: Comparators don't update from pushed composters and cauldrons
This commit is contained in:
parent
6f3a375ee6
commit
d63a32ec56
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||
+ }
|
||||
+ }
|
||||
+
|
||||
|
|
Loading…
Add table
Reference in a new issue