Emissive Particles
Type ID: particle:emissive
Fields
| Field | Type | Default | Description |
|---|---|---|---|
colour |
Colour | {"red": 1, "green": 1, "blue": 1, "alpha": 1) |
Determines the particles colour. |
size |
Float | 0.25 |
How large the particle is. |
max_age |
Integer | 100 |
How long the particle will last for (in ticks). |
collides_with_world |
Boolean | false |
If set to true, the particle will have collisions. |
Example Code
{
"type": "particle:emissive",
"color": {
"red": 1,
"blue": 1,
"green": 0
}
}