1
Working with Platform Builder / Re: Confusion with "Change Block" command
« on: July 22, 2021, 02:01:31 PM »This may work, I didn't check but may do the thing. There is always the chance of needing some bugfix to make it work:Code: [Select]for nearest block <id of your main tnt block>
spawn block 5, self
remove block
Note that this miay activate any tnt in the view, just because its the nearest
And also this will only work for one close tnt and not all of the surrounding ones, SO, you may need to do some kind of workaround
This actually worked (Note, that it triggers when in the range of the explosion).
Cheers!