Minecraft Commands Bedrock Edition – Command to Detect if TNT Explodes

minecraft-bedrock-editionminecraft-commands

I want to make a tnt that create 2 new primed tnt every time one of them explode. Is there a command to do that?

Best Answer

You can test for any primed TNT in your world, and if it succeeds, set a redstone block to a nearby location which is next to another command block:

Rpt: /testfor @e[type=tnt]
Cnd: /setblock 12 23 34 redstone_block