Moderator Note by [~Avoma]
1.20.5 Pre-Release 1 introduced changes to how the particle command works. The syntax for particles with extra options no longer works as it previously did and this is intentional. The following particle types may be affected:
minecraft:block
minecraft:dust
minecraft:falling_dust
minecraft:item
minecraft:vibration
minecraft:block_marker
minecraft:dust_color_transition
minecraft:sculk_charge
minecraft:shriek
Here is a photo from 1.20.6.
[media]Linked issues
is duplicated by 2
Attachments
Comments 3
From the 1.20.5-pre1 changelog:
For example, command
/particle minecraft:dust 1.0 0.0 0.0 2.0 ...
becomes/particle minecraft:dust{color:[1.0, 0.0, 0.0], scale:2.0} ...
Not a bug. The particle format has changed.