7 lines
392 B
Mcfunction
7 lines
392 B
Mcfunction
|
tellraw @a[scores={me-debugging=1..}] "undeadm-m1:fire_blast_figure"
|
||
|
|
||
|
execute positioned ~ ~0.05 ~0.5 run particle minecraft:flame ^ ^ ^ 0.25 0 0 0 1
|
||
|
execute positioned ~ ~0.05 ~-0.5 run particle minecraft:flame ^ ^ ^ 0.25 0 0 0 1
|
||
|
execute positioned ~0.5 ~0.05 ~ run particle minecraft:flame ^ ^ ^ 0 0 0.25 0 1
|
||
|
execute positioned ~-0.5 ~0.05 ~ run particle minecraft:flame ^ ^ ^ 0 0 0.25 0 1
|