
Hey everybody, it’s UnderMyCap, and welcome back to another video! Today, I’m going to be showing you how to make an explosive bow. I’ve done a video on Java Edition, so if you are on Java, please make sure to check the description for the link to that video because it will not work here. This is for Bedrock, so let’s get straight into it. For this, we’re going to require three command blocks. To get a command block, type `/give @s command_block`. Once we do this, we want to place it on the ground and make sure that the arrow is pointing that way. The first command we are going to use is a test command because we want to test for the arrow before it explodes. So we’ll type a simple test command: `/testfor @e[type=arrow]`. Now, once you do that, make sure this is set to “Repeat” and “Always Active”. Now, what we want to do is add a comparator. A comparator checks if a block status is true, so if it finds an arrow in the world, it will light up and execute the next command block. Let’s also get a repeater; we’re going to put that here as well. The next command is going to execute and summon TNT at a location. We want to execute it at the arrow. I’m going to type `/execute @e[type=arrow] ~ ~ ~ summon tnt`. We’re going to include three tilde symbols here as well. Now let’s test this out, making sure that this is always active and does not need redstone. If I shoot an arrow, you’ll see that it—oh! To stop this from happening, we need to fix something in our command. We need to change the TNT into a TNT minecart. So we’ll do three more tildes and then add `minecraft:minecart_tnt` and `minecraft:instant_detonate`. That should be the next part. As you can see, now if we use this command here instead of spawning a whole bunch of TNT, it summons a TNT minecart instead. That’s about it! If you enjoyed the video, don’t forget to leave a like and subscribe to the channel. I tried to keep this video as short as possible because I know you guys prefer short content. Don’t forget to subscribe, leave a like, and I can’t wait to see you in the next video. See ya!
This post has used AI to generate and enhance content