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

Fixes #4087 and some cleanup #4088

Merged
merged 3 commits into from
Jan 13, 2024
Merged

Fixes #4087 and some cleanup #4088

merged 3 commits into from
Jan 13, 2024

Commits on Jan 11, 2024

  1. Configuration menu
    Copy the full SHA
    143b776 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    694437f View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2024

  1. Fixes #4087

        When a block is broken we don't want to allow users to still use the inventory. This allows for them to pull items out along with blocks being dropped (if the block implements that).
    
        This fix is in 2 parts, the main part is just preventing the inventory from being opened if the block is queued for deletion. The second smaller part is just closing the inventory for all viewers on break. We would do this during cleanup but that was a tick later, we want it done in this tick and to prevent opening before the cleaning up is ran.
    WalshyDev committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    d80af21 View commit details
    Browse the repository at this point in the history