Skip to content

Commit 111501b

Browse files
committed
Update flash particle
1 parent 6e06819 commit 111501b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gm4_everstone/data/gm4_everstone/function/age_locking/lock_age.mcfunction

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ data merge entity @s[type=!#gm4_everstone:aging_mob] {Age:-2147483647}
55
tag @s add gm4_everstone_locked
66

77
kill @e[type=item,tag=gm4_everstone_used,distance=..1,limit=1]
8-
particle minecraft:flash ~ ~2 ~ 0 0 0 0 20
8+
particle minecraft:flash{color:0xffffffff} ~ ~2 ~ 0 0 0 0 20
99
particle minecraft:explosion ~ ~ ~ 0 0 0 0 0
1010
playsound minecraft:entity.illusioner.cast_spell master @a[distance=..8] ~ ~ ~ 0.3 0.6
1111
advancement grant @a[distance=..4] only gm4:everstone

gm4_monsters_unbound/data/gm4_monsters_unbound/function/mob/process/elite/pearlescent/laser.mcfunction

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# run from mob/process/elite/pearlescent/process
55

66
playsound block.campfire.crackle hostile @a ~ ~ ~ 0.5 0.8
7-
particle flash ~ ~1.8 ~
7+
particle flash{color:0xffffffff} ~ ~1.8 ~
88

99
execute on target run tag @s[type=player] add gm4_mu_target
1010
execute unless entity @p[tag=gm4_mu_target] run return 0

0 commit comments

Comments
 (0)