Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add optimistic update for block placement #3391

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jun 6, 2024

  1. 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).
    zardoy committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    1995a47 View commit details
    Browse the repository at this point in the history