Clients were still not being notified of block changes

This commit is contained in:
zontreck 2024-04-25 05:28:11 -07:00
parent dd592ebe88
commit b6987978d1
2 changed files with 2 additions and 2 deletions

View file

@ -43,7 +43,7 @@ public class BlockRestoreRunner implements Runnable
level.playSound(null, pos, pop, ss, rng.nextFloat(0.75f,1.0f), rng.nextFloat(1));
level.setBlock(pos, prim.blockState, Block.UPDATE_CLIENTS | Block.UPDATE_NONE, 0);
level.setBlock(pos, prim.blockState, Block.UPDATE_CLIENTS, 0);
BlockEntity entity = level.getBlockEntity(pos);
if(entity != null)