compile fixes
This commit is contained in:
parent
9c8593cb14
commit
af2e3abf87
9 changed files with 12 additions and 25 deletions
|
@ -691,7 +691,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
+ // call BlockStateBase#neighborChanged directly. This change mostly
|
||||
+ // restores old behavior, at the cost of bypassing the
|
||||
+ // max-chained-neighbor-updates server property.
|
||||
+ worldIn.getBlockState(upd.self).neighborChanged(worldIn, upd.self, wire, upd.parent, false);
|
||||
+ worldIn.getBlockState(upd.self).handleNeighborChanged(worldIn, upd.self, wire, upd.parent, false);
|
||||
+ }
|
||||
+ }
|
||||
+
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue