A charged creeper glows with a blue electric light, it can only appear when lightning strikes a normal creeper in a thunderstorm. Such a creeper explodes twice as hard as usual, and if it kills a zombie, skeleton or other creeper with such an explosion, then the head of the corresponding mob may fall out of it
- Minecraft versions: 1.19.2 /1.19.1 /1.19 /1.18.2 /1.18.1 /1.18 /1.17 /1.16
- ID: creeper ~ ~ ~ {powered:1}
Effect | Explosion |
Health | 10 |
Damage | 24 |
Experience | 5 |
Where to find charged creeper
Here’s where you can find charged creeper in Minecraft, i.e. where charged creeper in Minecraft.
What charged creeper gives
Here is what you can get from charged creeper in Minecraft, i.e. which gives Charged Creeper in Minecraft.
What is useful against charged creeper
Here are indicated what is useful to use against charged creeper in Minecraft, i.e. what things will be especially useful charged creeper in Minecraft.
Summon charged creeper command
Here is the command that allows you to summon charged creeper in Minecraft, that is, how to create charged creeper in Minecraft.
Charged Creeper can be summoned using a command in creative mode.. This requires:
- open chat (press “T”)
- write command
/summon minecraft:creeper ~ ~ ~ {powered:1}
- press “ENTER”
You can also specify the coordinates by which charged creeper will be called:
-
/summon minecraft:creeper ~ ~ ~ {powered:1}
the current coordinates of the player -
/summon minecraft:creeper 100 ~ 200 {powered:1}
X coordinate = 100, Y = current Y coordinate of the caller, Z coordinate = 200 -
/summon minecraft:creeper ~10 50 ~-2 {powered:1}
X = current X-coordinate + 10 blocks, Y = 50, Z = current Z-coordinate – 2 blocks
X – coordinate from west to east, Y – height, Z – coordinate from south to north.
The command can be written to the command block so that it is executed when a redstone signal is received. This is especially true if the charged creeper command does not fit in the chat line.