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

[Feature request] More control over BlockEntityUpdatePacket prevention #174

Open
skippyall opened this issue Jan 19, 2025 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@skippyall
Copy link

The problem

My polymer mod has an optional BlockEntityRenderer for my custom block which needs access to information in its BlockEntity. However, I don't think there is a way (excluding mixins) to prevent the BlockEntityUpdatePacket only if the client doesn't have the mod installed.

Possible solutions

  • Allow passing a callback to registerBlockEntity (that might be a bit janky though)
  • Add an interface for BlockEntity / BlockEntityType
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants