How to make a Tnt-bow in Minecraft (All versions) Bedrock / Java

preview_player
Показать описание
How to make a Tnt-bow in Minecraft all versions, Bedrock and Java :)
IMPORTANT: Set the middle command_block to “needs Redstone”
Комментарии
Автор

i figured why it doesn t work you have to put /execute IF ENTITY @e

micobama
Автор

So op this is command execute at @e[type=snowball, nbt={}] run summon creeper ~ ~ ~ {ExplosionRadius:1, ignited:1b, Fuse:0s}

cicihmulyaningsih
Автор

But then it would be with every arrow thats shot

Menouar_Goorden
Автор

@e[type=arrow ~~~ summon tnt_minecart ~~~ minecraft:on_instant_prime

g.e.s.m
Автор

/execute at @e[type=arrow, nbt={inGround:1b}] run summon tnt ~ ~ ~

Insane_editsst
Автор

For Java:
One command-block (Always active, repeating command)
execute at @e[type=arrow, nbt={inGround:1b}] run summon tnt ~ ~ ~

And another command-block (Always active conditional, chain)
kill @e[type=arrow, nbt={inGround:1b}]

Phoenixus
Автор

It's even cooler when you use crossbow with multishot 1

Shairaandmelo
Автор

IMPORTANT: Set the middle command_block to “needs Redstone”

Phoenixus
Автор

Java Edition:
/execute at @e[type=arrow, nbt={inGround:1b}] run summon tnt ~ ~ ~
/kill @e[type=arrow, nbt={inGround:1b}]
Bedrock Edition:
/testfor @e[type=arrow]
Comparator>2Repeater(Set in 4)
/execute at @e[type=arrow] run setblock ~ ~-1 ~ grass
/execute at @e[type=arrow] run testforblock grass ~ ~-1 ~
Comparator>1Repeater(Normal)
/execute at @e[type=arrow] run summon tnt ~ ~ ~ minecraft:on_instant_prime
/execute at @e[type=arrow] run kill @e[type=arrow](Chain, Conditional Command Block)
|this command the arrow explodes in 4 seconds only works on a single shot, works on Multishot crossbow|

moneyuser
Автор

if its not working try this one execute at @e[type=arrow, nbt={inGround:1b}] run summon tnt ~ ~ ~

tylerdeiconstantino
Автор

I CAN'T FIND THE COMMAND BLOCK ;((

empressmichaellavallenos-ftqk
Автор

/execute if entity @e[type=arrow] ~~~ summon tnt_minecart ~~~ minecraft:on_instant_prime

hanbuvn
Автор

I found a way to make a tnt bow that multiplies the tnt that shoots it, get a reapeting command block put to always active, then type:
execute at @e[type=arrow] run summon tnt
(Btw it summons so much tnt it makes your world unplayable because of the lag)

sillynessgayming
Автор

Doesn’t work …before it does but it’s now how do I say…. Out off order…

Wanderer-
Автор

it didn't work with both because it didn't kill the arrow so the arrow active it is like bouncing and exploding

vancung
Автор

easier version: execute at @e[type=arrow] unless block ~~-1 ~ air run summon tnt

renjobergaming
Автор

You're writing in a dishscript. 😑

zerogravity-
Автор

Man this is another tutorial that doesn’t work any more

adamdeannaclaessen
Автор

You also put mincraft instead of minecraft

Powerlineimages
Автор

/execute at @e[type=minecraft:tridenf] run summon lighting_bolt ~ ~ ~
Poseidon's Trident... use it in command block

ItalianYoutubePoliceService