Skip to content

Commit

Permalink
fix: broadcast nbt changes in multiplayer
Browse files Browse the repository at this point in the history
  • Loading branch information
kvnmtz committed Jan 18, 2025
1 parent a499d86 commit 2080343
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ private MechanicalSpawnerBlockEntity getBlockEntity(Level level, BlockPos pos) {
}

blockEntity.setChanged();
blockEntity.sendData();

return InteractionResult.SUCCESS;
}
Expand Down

0 comments on commit 2080343

Please sign in to comment.