How to make exploding snowballs in minecraft bedrock
Andrew Walker
Published Mar 28, 2026

In this video i will show you how to make an exploding snowballs in Minecraft bedrock edition.commands:/testfor @e[type=snowball]/execute @e[type=snowball] ~…
There are other answers below:
EXPLODING SNOWBALLS in Minecraft [1 Command] – YouTube.
Type in the first command block: /tp @e[type=Item] @e[type=Snowball] 2nd command block: /testfor @e[type=Snowball] Then, lead 2 comparators off the second command block, and make sure those paths don’t intersect. Put a command block in front of one of the comparators, and type in: /summon Item ~ ~10 ~
I have an idea of how to make every snowball explode on a timing! Here: change the execute command to: /execute @e[type=Snowball, score_life_min=30] ~ ~ ~ summon PrimedTnt and add a scoreboard like this: /scoreboard objectives add …
Code (Text): on projectile hit: create a fake explosion at the projectile. send “&bSnow &cExplode&7: &eWait 10 seconds to use a &bSnow &cExplode” to shooter. make shooter execute command “123321123321”. wait 10 seconds. make shooter execute command “snowball”. command snowball:
new Copy and paste this command into a command block and then activate it to get exploding snowballs into your world. Place the machine in the spawn chunk to make the machine work wherever you are. Command to get a command block: /give @p command_block.
Make your snowballs roughly the size of a baseball. Cup your hands, place them in the snow, and bring them towards each other. Squeeze the snow together to start compacting the snow into a snowball. Don’t make your snowballs too large, they can be hard to throw accurately. What are fake snowballs made of?
You need something like this: execute as @e [type=minecraft:snowball] at @s anchored eyes unless block ^ ^ ^1 air run summon tnt. obviously, this will not work for all angles but there’s the template. If you don’t want it to destroy blocks, summon a creeper instead:
then add a final chain command block that does this /execute @e[type=ender_crystal] ~ ~ ~ /summon arrow ~ ~0.5 ~ then you should get a near instant explosion but you would also want another command to kill the snowball after impact, best using a conditional chain command block
I’m not sure what the issue is, I tried it for lightning and lightning_bolt with that syntax and neither are working. I have the command block set to repeat as well. level 1. · 3 yr. ago. /execute @a ~ ~ ~ tag @e [r=5,type=snowball] add thrownsnow. /execute @e [tag=thrownsnow] ~ ~ ~ summon lightning_bolt ~ ~ ~.