Hi, I wanted to cancel event on explosion only for grass but cancel event cancel for every blocks.
I tried to remove the block from exploded blocks but that not working without error:
It should be possible because the tntwars in cubed craft, when a cannon explode, only the dispensers are exploded
I tried to remove the block from exploded blocks but that not working without error:
Code:
on explode:
loop exploded blocks:
if loop-block is equal to grass block:
remove loop-block from exploded blocks
It should be possible because the tntwars in cubed craft, when a cannon explode, only the dispensers are exploded