mojira.dev
MCPE-174481

I can't summon particles over items with commandblocks

Problem

In Minecraft 1.20.12, I could summon in-game particles using commands, like in the example "execute at @e[type=arrow] run particle sonic_explosion." However, with the arrival of version 1.20.15, despite receiving successful execution feedback from the command block, the particle is not displayed.

How to reproduce this error
1. get a command block
2. type any command that result in a particle displaying over any item/entity, you can try the command above.
3. No particle is showing

Additional info 
can't show this error through screenshots

Comments 1

UPDATE
{*}{*}My issue resolved on its own, it seems there was a slight syntax change to call the mentioned particle, see:

"execute at @e[type=arrow] run particle sonic_explosion" (incorrect syntax)
"execute at @e[type=arrow] run particle minecraft:sonic_explosion" (correct syntax)

You can mark it as resolved or invalid; it was a simple syntax error. Thank you. 

*NEXT STEP This issue can be closed

arphelreal

(Unassigned)

Unconfirmed

Windows

Windows 10

1.20.15 Hotfix

Retrieved