T
The Daily Insight

How to make lightning strike in minecraft

Author

Mia Moss

Published May 06, 2026

easy tutorial on how to make a lightning trident Follow my Insta: NOADE FOR KIDS NOT MADE FOR KIDS NOT MADE FOR KIDS NOT MADE FOR KIDS …

There are other answers below:

We check out the science of being struck by lightning in Minecraft!» Experiments Playlist –

To summon a lightning bolt in Minecraft PE 1.1 and higher: /summon lightning_bolt. To summon a lightning bolt that is 3 block West and 2 blocks South: /summon lightning_bolt ~-3 ~ ~2 Example in Pocket Edition 1.0. To summon a lightning bolt in Minecraft PE 1.0: /summon lightningbolt. To summon a lightning bolt that is 1 block East and 4 blocks South:

You will need to type “/execute @e ~ ~ ~ /summon lightning_bolt” to strike all loaded entities with a lightning bolt. If you want to exclude yourself from this command be sure to change the …

No way except by pure luck, the only ways right now are to use a channeling trident or have someone stand on a lightning rod during a storm. I should add that you can use the smite command to hit them if you have admin. 1. level 2. HydraBorn52.

I want to make an axe that can spit lighting when I right click on my mouse. When I execute below code, I was hoping it would strike a cow that is front of my character, but all it did was produced the lightning sound, but I don’t see any lightning anywhere. I thought my code, would produce a lighting 20 steps in front of me.

How do you make yourself get struck by lightning in Minecraft? You can summon a lightning bolt whenever you want using a cheat (game command) in Minecraft. This is done using the /summon command. Lightning bolts can be used to turn mobs into witches, zombie pigmen, or charged creepers. What happens if a cow gets struck by lightning Minecraft? If struck with …

The setup should recognize the arrow that is shot or the bow that is used by its name or another property, so that lightning only strikes at that specific arrow. Also, the lightning should only strike once when the arrow hits the ground. I know this is somehow possible with scoreboard, but I’m no good with that.

You don’t need “On Right click holding a snowballs”. This should work: Code (Text): on damage: if projectile exists: if projectile is a snowball: strike lightning effect at the victim. damage victim by 1 heart. #4 unnamed-team, Jan 23, 2018.

Here is how to make your item spawn lightning. It checks to see if the thing you right clicked is either a block or an entity. Hope you enjoy! *Make sure you leave constructive criticism/feeback and a diamond!* Also make sure you comment about …

Related Questions

How to summon lightning bolts in Minecraft?

If you want to summon a lightning bolt on a specific location, you can add coordinates after “lightning_bolt”. For example, “/summon lightning_bolt 320 70 -330”. Obviously, you can change the coordinate however you see fit. If you want to go a little more extreme and summon lightning bolts on all entities, the command changes a bit.

How do you get lightning to strike the ground in Minecraft?

As you are typing, you will see the command appear in the lower left corner of the game window. Press the Enter key to run the command. Once the cheat has been entered, you will hear the sound of thunder and see a flash of light. The lightning bolt will strike the ground and possibly cause a fire where it strikes.

How do I create a Lightning stick?

You can create a lightning stick using these commands in a command block: /testfor @e [type=Player] {SelectedItemSlot:0} /execute @e [type=*InsertMobNameHere*] ~ ~ ~ summon LightningBolt ~ ~ ~ You can also create lightning arrows: /execute @e [type=Arrow,c11] ~ ~ ~ summon LightningBolt /kill @e [type=Arrow]

How to make lightning only strike at a specific Arrow?

The setup should recognize the arrow that is shot or the bow that is used by its name or another property, so that lightning only strikes at that specific arrow. Also, the lightning should only strike once when the arrow hits the ground. I know this is somehow possible with scoreboard, but I’m no good with that.