Conversation
There was a problem hiding this comment.
Pull request overview
This PR removes redundant block-level interaction checks from the StorageContainer's item permission validation methods. The changes address an event handling issue by removing EventUtils.isAllowedInteract(player, block) calls while retaining inventory-level permission checks.
Changes:
- Removed block-level interaction permission checks from
isAllowedPutItemandisAllowedTakeItemmethods - Retained inventory-level permission checks using
EventUtils.isAllowedPutItemandEventUtils.isAllowedTakeItem
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
💡 Codex ReviewThis handler now mutates persistent data and schedules storage-map updates during ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
No description provided.