2

Creeper Megabombs

-fish's Avatar -fish1/26/21 12:13 am
2 emeralds 116 9
1/26/2021 3:33 pm
-fish's Avatar -fish
So, very simple thing, I just want it so every creeper spawns as if it spawned from this command: /summon minecraft:creeper ~ ~ ~ {powered:1,ExplosionRadius:30,Fuse:1}


So basically, I'm making a troll difficulty for me and my friend to complete.
Anyone know how to do this? It's probably possible with /data, right?
Posted by -fish's Avatar
-fish
Level 39 : Artisan Fish
11

Create an account or sign in to comment.

9

Treee_
01/26/2021 7:44 am
Level 21 : Expert Procrastinator
Treee_'s Avatar
B O O M
2
2mal3
01/26/2021 6:43 am
Level 67 : High Grandmaster System
2mal3's Avatar
Almost right. You can simply type in a repeat commandblock or normal commanblock at a clock the command: /execute as @e[type=minecraft:creeper] run data merge entity @s {ExplosionRadius:30,Fuse:0}
3
-fish
01/26/2021 3:19 pm
Level 39 : Artisan Fish
-fish's Avatar
Thank you! I'll try this after my class.
1
Bertiecrafter
01/26/2021 7:41 am
Level 70 : Legendary Engineer
Bertiecrafter's Avatar
To improve efficiency you can do this:
/execute as @e[type=minecraft:creeper,tag=!big_boom] run data merge entity @s {ExplosionRadius:30,Fuse:0}
/tag @e[type=minecraft:creeper,tag=!big_boom] add big_boom
So that it will only do a /data command when it hasn't done it already for each creeper.
2
2mal3
01/26/2021 8:06 am
Level 67 : High Grandmaster System
2mal3's Avatar
Does it really matter? As soon as the fuse of the creeper is set to zero, it explodes at the next tick, so that it is not processed again by the command.
2
Bertiecrafter
01/26/2021 8:19 am
Level 70 : Legendary Engineer
history
Bertiecrafter's Avatar
Only when a player is near right? So you'll be re-running the data command for all creepers not in range without the tag command. And if it does insta-explode, I don't think that's what JGreyK wanted.
2
2mal3
01/26/2021 9:04 am
Level 67 : High Grandmaster System
2mal3's Avatar
If that's what he meant, you're right.
2
-fish
01/26/2021 3:20 pm
Level 39 : Artisan Fish
-fish's Avatar
I just wanted all creepers to turn into the megaboom one
1
Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome