Utils ported

This commit is contained in:
Sebastian Hartte
2020-06-28 15:47:44 +02:00
parent 46955643b9
commit f5412152a4
132 changed files with 488 additions and 528 deletions
@@ -201,7 +201,7 @@ public class StorageHelper {
public void visit(final BlockPos pos) {
final BlockState state = this.dst.getBlockState(pos);
final Block blk = state.getBlock();
blk.neighborChanged(state, this.dst, pos, blk, pos, false);
blk.neighborUpdate(state, this.dst, pos, blk, pos, false);
}
}