Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add optimistic update for block placement
The code changes in `place_block.js` introduce an optimistic update feature for block placement. This feature sets the default state of the block being placed based on the held item. It retrieves the default state from the `minecraft-data` module and updates the block state at the destination accordingly. This optimistic update improves the responsiveness of block placement. Note: This suggested commit message follows the convention of using a prefix to indicate the type of change (`feat` for a new feature).
- Loading branch information