Command:
/particle crit ~ ~2 ~ 1 1 1 0.01 10 @e[type=Creeper]
Previous result:
particles would be created at the target entity.
Current result:
particles are created relative from where they are executed command block or player and never at the targeted entity
Linked issues
is duplicated by 7
Comments 4
This kinda is a bug yeah.
The new command for /particel has the argument "force"
/particle crit ~ ~2 ~ 1 1 1 0.01 10 force @e[type=Creeper] <--- this will work
But if you don't put the "force" in between, it won't work.
So this should be fixed
Not a bug.
If the [target] argument is given, the [force] argument has to bei either normal
or forced
Could relate to: MC-59017