Explosions are glitchy

Published by aidanete on
Status
Fixed
Issue description

This is a bug that I saw a lot ago but I thought it was fixed. I just discovered I were wrong. The explosion procedure block sometimes it's glitchy, not specific for an item, just occurs sometimes on anything that explodes (except for vanilla explosions)

The explosion is glitchy because some of the blocks that it removes are not fully removed, you see it as air but you will get stuck if you try to pass through them you will get stuck, if you place any block on some of these glitchy air blocks, the block that was there before the explosion happened will reappear normally. This pass with some explosions, and only some blocks of the explosion. I don't know why this happens but I remember this glitch from versions as MCreator 1.7.x

Issue comments

This happens when the procedure is triggered by client side event. It might be worth checking if the world is not remote before exploding using procedures too.

If not using the "is provided world remote" block causes so many issues, I think it should be automatically added when using some blocks or at least there should be some text saying to use it

We add this block after we find issues if it is not present there. We will add it to explode block in next update.