
[ONE COMMAND] TNT Arrows 1.21+ - Minecraft Forum
Minecraft Versions 1.21+ Command Version Release 1.1.0 Command Size 5933 Information Throw an arrow and TNT together to craft TNT arrows! Any bow or... This site works best with JavaScript enabled.
TNT arrow commands? : r/MinecraftCommands - Reddit
Aug 22, 2019 · A place for all things about commands, command blocks and data-packs in vanilla Minecraft; to share, to question, to discuss, and more!
Lightning/tnt arrows (bedrock) - Minecraft Forum
Mar 27, 2022 · /execute @e[type=arrow] ~~~ summon lightning_bolt ~~~ substituting tnt in for the other command. I need to fix 2 things with this: 1) I need to make it be able to distinguish between arrow types, for example, arrow of slow falling summons a lightning bolt while an arrow of strength summons tnt. 2) I need it to activate only when it hits the ground
Can you make TNT arrows on Bedrock? : r/MinecraftCommands
Oct 31, 2021 · execute @e[type=arrow] ~~~ summon tnt . And another redstone comparator in another direction of command block and put a command block in front it and write in it: kill @e[type=arrow] ~~~ kill @s with 10 delay. If in some places my sentences are grammatically difficult, forgive me, my English is not very good.
Explosive arrows (& fireworks?) - Minecraft Forum
Jul 7, 2019 · I've created a command that summons a TNT at every arrow that sticks in the ground. It's very funny for the crossbow: /execute at @e[type=minecraft:arrow,nbt={inGround:1b}] run summon minecraft:tnt. and then it kills the arrow (chain command block) /kill @e[type=minecraft:arrow,nbt={inGround:1b}] Now my question is:
1.19 TNT Arrows! (Inspired by YouTuber Fundy) : r ... - Reddit
Jul 22, 2022 · TNT Arrows! Paste this command in a "Repeat" "Unconditional" "Needs Redstone" command block, then put a lever on top. /execute at @e[type=arrow] if blocks ~-1 ~-1 ~-1 ~1 ~1 ~1 ~ ~ ~ masked run summon tnt ~ ~-1 ~ {Fuse:80} (This command will apply to all arrows, which includes skeleton and pillager arrows. Also, be careful!
What's the command for explosive arrows? : …
Apr 29, 2022 · I mean usually for explosive arrows I have the arrow use execute @p ~ ~ ~ execute @e[type=arrow,tag=boom,rm=5] ~ ~ ~ testfor @e[family=mob,r=5] this is a repeating command block always active then a chain command block on conditional always active that has execute @e[type=arrow,tag=boom] ~ ~ ~ summon ender_crystal ~ ~ ~ minecraft:crystal_explode then have a repeating block always active do ...
TNT arrow launcher : r/technicalminecraft - Reddit
Jul 1, 2022 · I’d check out cubicmeter, he recently did a TNT arrow orbital cannon. Maybe a bit more complicated, but you can use mechanics from that to make a more simple one. He also made some videos on wireless redstone like the one Doc uses.
how to summon tnt when an arrow hits something : r ... - Reddit
Apr 1, 2021 · An arrow droppen can be OnGround, an arrow which was thrown with a bow is “inGround” (not InGround and not Onground) So you can detect it with execute as @e[nbt={inGround:1b}] To be more specific, if you want to distinguish a normal arrow by a spectral arrow, you must add the type, so: @e[type=arrow, ... @e[type=spectral_arrow, ...
Explosive Arrows with only one command - Minecraft Forum
Feb 28, 2015 · /execute @e[type=Arrow] ~ ~ ~ detect ~ ~-1 ~ sand 0 /summon tnt You need to add the 0 for the data of the sand, and I assume you meant -1 so that an arrow would explode when it hits sand. Rollback Post to Revision RollBack