Particle Effect
A data type that's either a string which defines only the particle type or an object which defines the particle type and its additional parameters.
Note
Refer to the Minecraft Fandom Wiki: Particles (Particle IDs) page for a list of vanilla particle type IDs that you can use.
Fields
| Field | Type | Default | Description |
|---|---|---|---|
type |
Identifier | The namespace and ID of the particle type. | |
params |
String | The additional parameter for the particle type. |