You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: