Hi all, (Sorry in advance for my bad english)
i'm trying to make a skript where the explosions break the water in a radius of 2.
It breaks the water well but the problem is that it doesn't count the chest surrounded by water event if the tnt explode just next to the chests.
(Screen of chests surrounded by water)
Here is my code:
Thank you in advance for your help !
i'm trying to make a skript where the explosions break the water in a radius of 2.
It breaks the water well but the problem is that it doesn't count the chest surrounded by water event if the tnt explode just next to the chests.
(Screen of chests surrounded by water)

Here is my code:
Code:
on explosion:
loop blocks in radius 2:
if loop-block is water:
break loop-block naturally using player' tool
Thank you in advance for your help !