More more compile fixes
This commit is contained in:
parent
b432863793
commit
ca25aa1859
12 changed files with 47 additions and 27 deletions
|
|
@ -1869,7 +1869,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
+ // positions of the network to a set and filter out block updates to wires in
|
||||
+ // the network that way.
|
||||
+ if (!state.isAir() && !state.is(Blocks.REDSTONE_WIRE)) {
|
||||
+ state.neighborChanged(level, pos, neighborBlock, neighborPos, false);
|
||||
+ state.handleNeighborChanged(level, pos, neighborBlock, neighborPos, false);
|
||||
+ }
|
||||
+ }
|
||||
+
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue