Force Particle Render
Forces one or multiple particles to render for the player, regardless of their "Particle Settings".
Type ID: apugli:force_particle_render
Fields
Field | Type | Default | Description |
---|---|---|---|
particle |
Particle Effect | optional | If specified, the specified particle will be forced to render for the player. |
particles |
Array of Particle Effects | optional | If specified, the specified particles will be forced to render for the player. |
Examples
{
"type": "apugli:force_particle_render",
"particles": [
"minecraft:large_smoke",
"minecraft:campfire_cosy_smoke",
"minecraft:campfire_signal_smoke"
]
}
This example will force the minecraft:large_smoke
, minecraft:campfire_cosy_smoke
and minecraft:campfire_signal_smoke
particles to render for the player.