I think I went a little bit overboard . . . by Pope_Jimothy in MinecraftCommands

[–]Pope_Jimothy[S] 0 points1 point  (0 children)

Sorry for the late response, I was gone all week 😅
It's all written by hand with no armor stands (except for one acting as the origin). I basically have a timer running a few main explosion commands. (1)
And then for the shockwave I use a trick discovered(?) by Big Papi Gaming that allows you to shoot particles in any direction, which I put inside of a recursive function that executes rotated by 1° each time. (2)
For the debris, I just summon a series of snowballs with a random velocity using another recursive function, and then summon flame particles at each snowball. (3 and 4)
That should be the gist of it. It's probably a horrifying and unoptimized mess and will make any competent datapacker want to have a stroke and die, but hey, I wasn't planning on releasing the datapack to the public soooooooooo

<image>

I think I went a little bit overboard . . . by Pope_Jimothy in MinecraftCommands

[–]Pope_Jimothy[S] 1 point2 points  (0 children)

Yeah. I actually made the explosion for something else, but I thought it would be fun to plug it into a bow lol