04-29-2011, 02:23 PM
Just an idea, you might want to check out how this would work using recursion to let TNT set of other TNT.
Create a function that loops over the area like you do, but if it hits a block that is TNT, call the function again using new starting position.
I can do this if you don't want to or don't know how.
Also, OnBlockDig works the exact same as OnBlockPlace.
Create a function that loops over the area like you do, but if it hits a block that is TNT, call the function again using new starting position.
I can do this if you don't want to or don't know how.
Also, OnBlockDig works the exact same as OnBlockPlace.