SPIGOT-8037: Comparators don't update from pushed composters and cauldrons
This commit is contained in:
parent
6f3a375ee6
commit
d63a32ec56
@ -215,7 +215,7 @@
|
|||||||
+ if ((i & 1) != 0) {
|
+ if ((i & 1) != 0) {
|
||||||
+ this.updateNeighborsAt(blockposition, iblockdata1.getBlock());
|
+ this.updateNeighborsAt(blockposition, iblockdata1.getBlock());
|
||||||
+ if (!this.isClientSide && iblockdata.hasAnalogOutputSignal()) {
|
+ if (!this.isClientSide && iblockdata.hasAnalogOutputSignal()) {
|
||||||
+ this.updateNeighborsAt(blockposition, newBlock.getBlock());
|
+ this.updateNeighbourForOutputSignal(blockposition, newBlock.getBlock());
|
||||||
+ }
|
+ }
|
||||||
+ }
|
+ }
|
||||||
+
|
+
|
||||||
|
Loading…
x
Reference in New Issue
Block a user