Cannot parse particle options when running this command:
/particle minecraft:item minecraft:diamond
It works as intended.
In 1.20.5 changes,
Changes to minecraft:item options:
Field `value` has been renamed to `item`
Field `item` now also accepts plain item name to represent item stack with default components
Therefore,
/particle minecraft:item{item:"minecraft:diamond"}
will work fine.
Not a bug. The particle command format changed in 1.20.5.
Reporter: PBR777
Assignee: (Unassigned)
Created: 2024-04-24T10:07:51Z
Updated: 2025-04-29T16:49:14Z
Resolved: 2024-04-24T12:38:41Z
ADO:
Confirmation Status: Unconfirmed
Area:
Mojang Priority:
Category: (Unassigned)
Labels:
Affects Versions: 1.20.5
Fix Versions:
Retrieved 2025-06-11T04:17:23Z
It works as intended.
In 1.20.5 changes,
Changes to minecraft:item options:
Field `value` has been renamed to `item`
Field `item` now also accepts plain item name to represent item stack with default components
Therefore,
will work fine.