-
Notifications
You must be signed in to change notification settings - Fork 2
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
Microblocks are not passed block events. #5
Comments
@Kubuxu Try using Microblock.onPlace? |
I bind this event in component to perform post place initialization. |
It doesn't works as when this happens the block in question is not yet saved in the world's chunk while loading a Save. During this event I scan block around this block and which causes loading of block around it which cases scanning and so on. This is why I need `Block.PlaceEvent or something like validate/invalidate. |
Now I am missing @calclavia would my code here: 0260c61 work? |
It makes impossible to listen for ie.
Block.PlaceEvent
.The text was updated successfully, but these errors were encountered: