Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Minecraft:Particles (Bedrock Edition): Difference between revisions

From SAS Gaming Wiki
SyncBot (talk | contribs)
Fix template calls: add MC/ prefix
SyncBot (talk | contribs)
Sync: updated from Minecraft
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Upstream update available|Minecraft:Particles (Bedrock Edition)/Upstream}}
#REDIRECT [[Minecraft:Particles]]
{{MC/Italic title|Bedrock Edition}}
{{redr|merge}}
{{about||the image file used to load particle textures|particles.png|particles in {{MC/JE}}|Particles (Java Edition)}}
 
[[File:Coral reef at night.png|thumb|right|300px|This scene of an ocean shows suspension particles generated by the water, as well as bubble particles from bubble columns.]]
'''Particles''' are special graphical effects in ''Minecraft'' that are created when certain events occur, such as explosions, rainfall, or smelting items in a [[Minecraft:furnace]].
 
== Behavior ==
 
Particles are rendered as front-facing 2D sprites, meaning they always face the player. They disappear after a short animation, in which they may change sizes and rotate, and cycle between a number of animation sprites. They collide with solid [[Minecraft:block]]s and are slowed by [[Minecraft:cobweb]]s, but are unaffected by other entities.
 
Each particle has unique MERS values defined in a texture set used in [[Minecraft:Vibrant Visuals]]. Most particles have different roughness values per pixel all other channels set to 0, but some particles have subsurface scattering or are emissive. See {{Slink|2=Texture files}} for all particle MERS textures,
 
The {{MC/Cmd|particle}} command can be used to create particles.
 
Particle textures are stored in [[Minecraft:Particles.png|<code>particles.png</code>]], and some particles use their own texture atlas.
 
=== Emitters ===
Some particles are produced by separate technical particles known as "emitters". The emitter is the centerpiece of the particle effect and is responsible for spawning particles.<ref>{{Cite|url=https://learn.microsoft.com/en-us/minecraft/creator/documents/particleeffects?view=minecraft-bedrock-stable|title=Particle Effects|website=Microsoft Learn|date=September 20, 2023}}</ref> The emitter defines how many particles are spawned per second for as long as the emitter exists, at the position of the emitter. Emitters themselves are invisible.
 
== Types of particles ==
The types of particles and their ID names are displayed below. Particles are name spaced with the prefix {{MC/Code|minecraft:}}.
 
{|class="wikitable" data-description="Bedrock Particles"
!ID
!Description
!Texture
!Applied color
|-
|{{MC/Code|arrow_spell_emitter}}
|Floats off tipped arrows.
|[[File:Effect (texture 7) JE1 BE1.png|16px]] [[File:Effect (texture 6) JE1 BE1.png|16px]] [[File:Effect (texture 5) JE1 BE1.png|16px]] [[File:Effect (texture 4) JE1 BE1.png|16px]] [[File:Effect (texture 3) JE1 BE1.png|16px]] [[File:Effect (texture 2) JE1 BE1.png|16px]] [[File:Effect (texture 1) JE1 BE1.png|16px]]
|
{|class="wikitable collapsible collapsed"
|+
! Effect
! <abbr title="Hexadecimal color code">Hex</abbr>
|-
|Absorption
|{{color|#2552A5}}
|-
|Bad Omen
|{{color|#0B6138}}
|-
|Blindness
|{{color|#1F1F23}}
|-
|Conduit Power
|{{color|#9208FF}}
|-
|Darkness
|{{color|#292721}}
|-
|Dolphin's Grace
|{{color|#88A3BE}}
|-
|[[Minecraft:Fatal Poison]]
|{{color|#4E9331}}
|-
|Fire Resistance
|{{color|#FF9900}}
|-
|Haste
|{{color|#D9C043}}
|-
|Health Boost
|{{color|#F87D23}}
|-
|Hunger
|{{color|#587653}}
|-
|Instant Health
|{{color|#F82423}}
|-
|Instant Damage
|{{color|#A9656A}}
|-
|[[Minecraft:Invisibility]]
|{{color|#F6F6F6}}
|-
|Jump Boost
|{{color|#FDFF84}}
|-
|Levitation
|{{color|#CEFFFF}}
|-
|Mining Fatigue
|{{color|#4A4217}}
|-
|Nausea
|{{color|#551D4A}}
|-
|Night Vision
|{{color|#C2FF66}}
|-
|Poison
|{{color|#87A363}}
|-
|Regeneration
|{{color|#CD5CAB}}
|-
|Resistance
|{{color|#99453A}}
|-
|Slow Falling
|{{color|#FEEAD6}}
|-
|Slowness
|{{color|#8BAFE0}}
|-
|Strength
|{{color|#FFC700}}
|-
|Swiftness
|{{color|#33EBFF}}
|-
|Water Breathing
|{{color|#98DAC0}}
|-
|Weakness
|{{color|#484D48}}
|-
|[[Minecraft:Wither]]
|{{color|#736156}}
|-
|} Merges with multiple effects.<ref group="note" name="arrow_particles">Although other effect particles no longer combine colors with multiple effects, {{MC/Code|arrow_spell_emitter}} still does, as can be seen with arrows of the Turtle Master</ref>
|-
|{{MC/Code|balloon_gas_particle}}
|Left behind by [[Minecraft:balloon]]s popping, and quickly dissipates.
|[[File:Glitter (texture 7) JE1 BE1.png|16px]] [[File:Glitter (texture 6) JE1 BE1.png|16px]] [[File:Glitter (texture 5) JE1 BE1.png|16px]] [[File:Glitter (texture 4) JE1 BE1.png|16px]] [[File:Glitter (texture 3) JE1 BE1.png|16px]] [[File:Glitter (texture 2) JE1 BE1.png|16px]] [[File:Glitter (texture 1) JE1 BE1.png|16px]] [[File:Glitter (texture 0) JE1 BE1.png|16px]]
|White, fades to transparent.<ref group="note" name="balloon_gas_color">Determined by the formula {{MC/Code|"color": [ "variable.particle_age > (variable.particle_lifetime / 2.0) ? 1 - (0.0153 * (1 - Math.pow(0.7, variable.particle_age)) / (1 - 0.7)) : 1.0", "variable.particle_age > (variable.particle_lifetime / 2.0) ? 1 - (0.0387 * (1 - Math.pow(0.7, variable.particle_age)) / (1 - 0.7)) : 1.0", "variable.particle_age > (variable.particle_lifetime / 2.0) ? 1 - (0.0636 * (1 - Math.pow(0.7, variable.particle_age)) / (1 - 0.7)) : 1.0", "variable.particle_age > (variable.particle_lifetime / 2.0) ? 1 - 0.60 * ((variable.particle_age - (variable.particle_lifetime / 2.0)) / (variable.particle_lifetime / 2.0)) : 1.0"}}</ref>
|-
|{{MC/Code|basic_bubble_particle}}
|Produced by entities splashing underwater, trails behind underwater projectiles.
|[[File:Bubble.png|16px]]
|{{MC/Tc|-}}
|-
|{{MC/Code|basic_bubble_particle_manual}}
|Produced by entities floating on the surface of the water, produced when underwater tnt is ignited.
|[[File:Bubble.png|16px]]
|{{MC/Tc|-}}
|-
|{{MC/Code|basic_crit_particle}}
|Trails behind [[Minecraft:crossbow]] shots and fully charged [[Minecraft:bow]] shots, produced by evoker fangs.
|[[File:Spark (texture 0) JE1 BE1.png|16px]] [[File:Spell (texture 1) JE1 BE1.png|16px]] [[File:Spell (texture 2) JE1 BE1.png|16px]] [[File:Spell (texture 3) JE1 BE1.png|16px]] [[File:Spell (texture 4) JE1 BE1.png|16px]] [[File:Spell (texture 5) JE1 BE1.png|16px]] [[File:Spell (texture 6) JE1 BE1.png|16px]] [[File:Spell (texture 7) JE1 BE1.png|16px]]
|White, fades to orange.<ref group="note" name="basic_crit_color">Determined by the formula {{code|"color": { "gradient": [ [ "variable.particle_random_1*0.3 + 0.6", "variable.particle_random_2*0.3+ 0.6", "variable.particle_random_2*0.3+ 0.6", 1.0 ], [ "variable.particle_random_1*0.3 + 0.6", 0.5, 0.3, 1.0 ] ], "interpolant": "variable.particle_age/variable.particle_lifetime" }}}</ref>
|-
|{{MC/Code|basic_flame_particle}}
|Displayed inside monster spawners, occasionally appears when garbage is produced in a lab table, represents the flame of a [[Minecraft:torch]], emitted by magma cubes jumping, produced by [[Minecraft:furnace]]s, blast furnaces, and [[Minecraft:smoker]]s when smelting items.
|[[File:Flame.png|16px]]
|{{MC/Tc|-}}
|-
|{{MC/Code|basic_portal_particle}}
|Trails behind eyes of ender.
|[[File:Glitter (texture 0) JE1 BE1.png|16px]] [[File:Smoke (texture 1) JE1 BE1.png|16px]] [[File:Smoke (texture 2) JE1 BE1.png|16px]] [[File:Smoke (texture 3) JE1 BE1.png|16px]] [[File:Smoke (texture 4) JE1 BE1.png|16px]] [[File:Smoke (texture 5) JE1 BE1.png|16px]] [[File:Smoke (texture 6) JE1 BE1.png|16px]] [[File:Smoke (texture 7) JE1 BE1.png|16px]]
|Purple to magenta.<ref group="note" name="basic_portal_color">Determined by the formula {{MC/Code|"color": [ "variable.particle_random_1 * 0.6 + 0.4", "(variable.particle_random_1 * 0.6 + 0.4) * 0.3", "(variable.particle_random_1 * 0.6 + 0.4) * 0.9", 1.0 ]}}</ref>
|-
|{{MC/Code|basic_smoke_particle}}
|Displayed when failing to tame a mob, represents the smoke produced when a [[Minecraft:campfire]] is extinguished, occasionally appears when garbage is produced in a lab table, appears when a heat block is produced in a lab table, emitted by raw meat cooking on a campfire, floats off the top of [[Minecraft:fire]], produced by [[Minecraft:lava]] during rain, shot out of [[Minecraft:dispenser]]s and [[Minecraft:dropper]]s when they fire, trails behind blaze fireballs, produced by blazes, trails behind [[Minecraft:wither]] skulls, produced by furnaces, blast furnaces, and smokers when smelting items, trails behind ghast fireballs, emitted by the wither, floats off the top of monster spawners, represents the smoke from [[Minecraft:candle]]s, floats off the top of [[Minecraft:torch]]es and soul torches, emitted by the [[Minecraft:end portal]] when active, floats off the top of wither roses, emitted by brewing stands, trails behind {{MC/Code|lava_particle}} particles, emitted by campfires in the rain.
|[[File:Smoke (texture 7) JE1 BE1.png|16px]] [[File:Smoke (texture 6) JE1 BE1.png|16px]] [[File:Smoke (texture 5) JE1 BE1.png|16px]] [[File:Smoke (texture 4) JE1 BE1.png|16px]] [[File:Smoke (texture 3) JE1 BE1.png|16px]] [[File:Smoke (texture 2) JE1 BE1.png|16px]] [[File:Smoke (texture 1) JE1 BE1.png|16px]] [[File:Glitter (texture 0) JE1 BE1.png|16px]]
|Dark gray.<ref group="note" name="basic_smoke_color">Determined by the formula {{MC/Code|"color": [ "variable.particle_random_1*0.5", "variable.particle_random_1*0.5", "variable.particle_random_1*0.5", 1.0 ]}}</ref>
|-
|{{MC/Code|biome_tinted_leaves_particle}}
|Falls off the bottom of any type [[Minecraft:leaves]] except pale oak leaves. Its color corresponds to the leaves block its falling off. The color changes to different white tints during snowfall, corresponding to the snowy leaves.
|[[File:Tinted_Leaf_(texture_0).png|width=16x16]][[File:Tinted_Leaf_(texture_1).png|width=16x16]] [[File:Tinted_Leaf_(texture_2).png|width=16x16]][[File:Tinted_Leaf_(texture_3).png|width=16x16]][[File:Tinted_Leaf_(texture_4).png|width=16x16]][[File:Tinted_Leaf_(texture_5).png|width=16x16]][[File:Tinted_Leaf_(texture_6).png|width=16x16]][[File:Tinted_Leaf_(texture_7).png|width=16x16]][[File:Tinted_Leaf_(texture_8).png|width=16x16]][[File:Tinted_Leaf_(texture_9).png|width=16x16]][[File:Tinted_Leaf_(texture_10).png|width=16x16]][[File:Tinted_Leaf_(texture_11).png|width=16x16]]
|Corresponds to the leaves it's produced by.
|-
|{{MC/Code|bleach}}
|Displayed when [[Minecraft:bleach]] is created in a lab table.
|[[File:Angry Villager.png|16px]]
|{{MC/Tc|-}}
|-
|{{MC/Code|block_destruct}}
|Produced when blocks are broken, flakes off blocks being [[Minecraft:brush]]ed, appears when super fertilizer is produced in a lab table, produced when entities fall a long distance, produced when players sprint, displayed when armor stands are broken, produced when sheep eat grass.
|{{MC/Tc|-}}<ref group="note" name="block breaking note">This particle has no unique texture of its own, but uses the texture of whichever block produced it.</ref>
|{{MC/Tc|-}}
|-
|{{MC/Code|block_slide}}
|Shown when sliding down the side of a honey block.
|{{MC/Tc|-}}<ref group="note" name="block breaking note"></ref>
|{{MC/Tc|-}}
|-
|{{MC/Code|blue_flame_particle}}
|Represents the flame of a soul torch.
|[[File:Soul Flame.png|16px]]
|Blue
Gray in ''Minecraft Education'' or with the ''Minecraft Education'' features toggle enabled.
|-
|{{MC/Code|breaking_item_icon}}
|Produced by slimes jumping, produced by turtle eggs hatching, shown when thrown ice bombs break, shown when eating [[Minecraft:food]], shown when foxes eat food, shown when the [[Minecraft:wither]] is created, shown when any kind of fireballs break, shown when thrown [[Minecraft:egg]]s break, shown when thrown [[Minecraft:snowball]]s break, shown when bottles o' enchanting break, shown when thrown lingering potions break, shown when thrown splash potions break.
|{{MC/Tc|-}}<ref group="note" name="item breaking note">This particle has no unique texture of its own but uses the texture of whichever item produced it.</ref>
|{{MC/Tc|-}}
|-
|{{MC/Code|breaking_item_terrain}}
|Shown when feeding mobs, shown when a panda eats [[Minecraft:bamboo]].
|{{MC/Tc|-}}<ref group="note" name="item breaking note"></ref>
|{{MC/Tc|-}}
|-
|{{MC/Code|breeze_ground_particle}}
|Unknown
|Unknown
|Unknown
|-
|{{MC/Code|breeze_wind_explosion_emitter}}
|Created when a wind charge from a breeze hits a block.
|[[File:Explosion (texture 0) BE1.png|16px]] [[File:Explosion (texture 1) BE1.png|16px]] [[File:Explosion (texture 2) BE1.png|16px]] [[File:Explosion (texture 3) BE1.png|16px]] [[File:Explosion (texture 4) BE1.png|16px]] [[File:Explosion (texture 5) BE1.png|16px]] [[File:Explosion (texture 6) BE1.png|16px]] [[File:Explosion (texture 7) BE1.png|16px]] [[File:Explosion (texture 8) BE1.png|16px]] [[File:Explosion (texture 9) BE1.png|16px]] [[File:Explosion (texture 10) BE1.png|16px]] [[File:Explosion (texture 11) BE1.png|16px]] [[File:Explosion (texture 12) BE1.png|16px]] [[File:Explosion (texture 13) BE1.png|16px]] [[File:Explosion (texture 14) BE1.png|16px]] [[File:Explosion (texture 15) BE1.png|16px]]
|Gray
|-
|{{MC/Code|bubble_column_bubble}}
|Produced by entities at the top of bubble columns.
|[[File:Bubble.png|16px]]
|{{MC/Tc|-}}
|-
|{{MC/Code|bubble_column_down_particle}}
|Displayed in downward bubble columns.
|[[File:Bubble.png|16px]]
|{{MC/Tc|-}}
|-
|{{MC/Code|bubble_column_up_particle}}
|Displayed in upward bubble columns.
|[[File:Bubble.png|16px]]
|{{MC/Tc|-}}
|-
|{{MC/Code|camera_shoot_explosion}}
|Displayed when [[Minecraft:camera]]s take pictures.{{MC/Info needed}}
|[[File:Explosion (texture 0) BE1.png|16px]] [[File:Explosion (texture 1) BE1.png|16px]] [[File:Explosion (texture 2) BE1.png|16px]] [[File:Explosion (texture 3) BE1.png|16px]] [[File:Explosion (texture 4) BE1.png|16px]] [[File:Explosion (texture 5) BE1.png|16px]] [[File:Explosion (texture 6) BE1.png|16px]] [[File:Explosion (texture 7) BE1.png|16px]] [[File:Explosion (texture 8) BE1.png|16px]] [[File:Explosion (texture 9) BE1.png|16px]] [[File:Explosion (texture 10) BE1.png|16px]] [[File:Explosion (texture 11) BE1.png|16px]] [[File:Explosion (texture 12) BE1.png|16px]] [[File:Explosion (texture 13) BE1.png|16px]] [[File:Explosion (texture 14) BE1.png|16px]] [[File:Explosion (texture 15) BE1.png|16px]]
|Gray.<ref group="note" name="camera_color">Determined by the formula {{MC/Code|"color": [ "variable.particle_random_1 * 0.6 + 0.4", "variable.particle_random_1 * 0.6 + 0.4", "variable.particle_random_1 * 0.6 + 0.4" ]}}</ref>
|-
|{{MC/Code|campfire_smoke_particle}}
|Floats off the top of [[Minecraft:campfire]]s and soul campfires.
|[[File:Big Smoke (texture 0) JE2 BE1.png|16px]] [[File:Big Smoke (texture 1) JE2 BE1.png|16px]] [[File:Big Smoke (texture 2) JE2 BE1.png|16px]] [[File:Big Smoke (texture 3) JE2 BE1.png|16px]] [[File:Big Smoke (texture 4) JE2 BE1.png|16px]] [[File:Big Smoke (texture 5) JE2 BE1.png|16px]] [[File:Big Smoke (texture 6) JE2 BE1.png|16px]] [[File:Big Smoke (texture 7) JE2 BE1.png|16px]] [[File:Big Smoke (texture 8) JE2 BE1.png|16px]] [[File:Big Smoke (texture 9) JE2 BE1.png|16px]] [[File:Big Smoke (texture 10) JE2 BE1.png|16px]] [[File:Big Smoke (texture 11) JE2 BE1.png|16px]]
|{{MC/Tc|-}}
|-
|{{MC/Code|campfire_tall_smoke_particle}}
|Floats off the top of campfires and soul campfires on top of [[Minecraft:Hay Bale|hay]].
|[[File:Big Smoke (texture 0) JE2 BE1.png|16px]] [[File:Big Smoke (texture 1) JE2 BE1.png|16px]] [[File:Big Smoke (texture 2) JE2 BE1.png|16px]] [[File:Big Smoke (texture 3) JE2 BE1.png|16px]] [[File:Big Smoke (texture 4) JE2 BE1.png|16px]] [[File:Big Smoke (texture 5) JE2 BE1.png|16px]] [[File:Big Smoke (texture 6) JE2 BE1.png|16px]] [[File:Big Smoke (texture 7) JE2 BE1.png|16px]] [[File:Big Smoke (texture 8) JE2 BE1.png|16px]] [[File:Big Smoke (texture 9) JE2 BE1.png|16px]] [[File:Big Smoke (texture 10) JE2 BE1.png|16px]] [[File:Big Smoke (texture 11) JE2 BE1.png|16px]]
|{{MC/Tc|-}}
|-
|{{MC/Code|candle_flame_particle}}
|Represents the flame of [[Minecraft:candle]]s.
|[[File:Flame.png|16px]]
|{{MC/Tc|-}}
|-
|{{MC/Code|cauldron_bubble_particle}}
|Unused<ref>{{bug|MCPE-134079}}</ref>{{MC/Info needed}}
|[[File:Bubble.png|16px]]
|{{MC/Tc|-}}
|-
|{{MC/Code|cauldron_explosion_emitter}}
|Produced when filling a cauldron with something other than what it already contained, represents water evaporating from wet sponges placed in the nether or dry biomes.
|[[File:Smoke (texture 7) JE1 BE1.png|16px]] [[File:Smoke (texture 6) JE1 BE1.png|16px]] [[File:Smoke (texture 5) JE1 BE1.png|16px]] [[File:Smoke (texture 4) JE1 BE1.png|16px]] [[File:Smoke (texture 3) JE1 BE1.png|16px]] [[File:Smoke (texture 2) JE1 BE1.png|16px]] [[File:Smoke (texture 1) JE1 BE1.png|16px]] [[File:Glitter (texture 0) JE1 BE1.png|16px]]
|Gray.<ref group="note" name="death_color">Determined by the formula {{MC/Code|"color": [ "variable.particle_random_1 * 0.3 + 0.7", "variable.particle_random_1 * 0.3 + 0.7", "variable.particle_random_1 * 0.3 + 0.7", 0 ]}}</ref>
|-
|{{MC/Code|cauldron_spell_emitter}}
|Displayed when putting [[Minecraft:potion]]s in [[Minecraft:cauldron]]s, emitted by cauldrons with potions.
|[[File:Effect (texture 7) JE1 BE1.png|16px]] [[File:Effect (texture 6) JE1 BE1.png|16px]] [[File:Effect (texture 5) JE1 BE1.png|16px]] [[File:Effect (texture 4) JE1 BE1.png|16px]] [[File:Effect (texture 3) JE1 BE1.png|16px]] [[File:Effect (texture 2) JE1 BE1.png|16px]] [[File:Effect (texture 1) JE1 BE1.png|16px]]
|
{|class="wikitable collapsible collapsed"
|+
! Effect
! <abbr title="Hexadecimal color code">Hex</abbr>
|-
|Absorption
|{{color|#2552A5}}
|-
|Bad Omen
|{{color|#0B6138}}
|-
|Blindness
|{{color|#1F1F23}}
|-
|Conduit Power
|{{color|#9208FF}}
|-
|Darkness
|{{color|#292721}}
|-
|Dolphin's Grace
|{{color|#88A3BE}}
|-
|[[Minecraft:Fatal Poison]]
|{{color|#4E9331}}
|-
|Fire Resistance
|{{color|#FF9900}}
|-
|Haste
|{{color|#D9C043}}
|-
|Health Boost
|{{color|#F87D23}}
|-
|Hunger
|{{color|#587653}}
|-
|Instant Health
|{{color|#F82423}}
|-
|Instant Damage
|{{color|#A9656A}}
|-
|[[Minecraft:Invisibility]]
|{{color|#F6F6F6}}
|-
|Jump Boost
|{{color|#FDFF84}}
|-
|Levitation
|{{color|#CEFFFF}}
|-
|Mining Fatigue
|{{color|#4A4217}}
|-
|Nausea
|{{color|#551D4A}}
|-
|Night Vision
|{{color|#C2FF66}}
|-
|Poison
|{{color|#87A363}}
|-
|Regeneration
|{{color|#CD5CAB}}
|-
|Resistance
|{{color|#99453A}}
|-
|Slow Falling
|{{color|#FEEAD6}}
|-
|Slowness
|{{color|#8BAFE0}}
|-
|Strength
|{{color|#FFC700}}
|-
|Swiftness
|{{color|#33EBFF}}
|-
|Water Breathing
|{{color|#98DAC0}}
|-
|Weakness
|{{color|#484D48}}
|-
|[[Minecraft:Wither]]
|{{color|#736156}}
|-
|} With multiple effects, only one is shown.<!-- can be observed w/ potion of the turtle master, which just looks identical to slowness in a cauldron, including particles, gonna guess that's not intentional-->
|-
|{{MC/Code|cauldron_splash_particle}}
|Unused<ref>{{bug|MCPE-134079}}</ref>{{MC/Info needed}}
|{{MC/Info needed}}<!--uh so seeing as this one doesn't occur naturally and the .json file just has 'variable.texture_coord.u' and 'variable.texture_coord.v' for the uv coords i have no idea which texture it's meant to be-->
|{{MC/Tc|-}}
|-
|{{MC/Code|cherry_leaves_particle}}
|Falls off cherry leaves.
|[[File:Cherry_Petal_(texture_0)_JE1_BE1.png|16px]] [[File:Cherry_Petal_(texture_1)_JE1_BE1.png|16px]] [[File:Cherry_Petal_(texture_2)_JE1_BE1.png|16px]] [[File:Cherry_Petal_(texture_3)_JE1_BE1.png|16px]] [[File:Cherry_Petal_(texture_4)_JE1_BE1.png|16px]] [[File:Cherry_Petal_(texture_5)_JE1_BE1.png|16px]] [[File:Cherry_Petal_(texture_6)_JE1_BE1.png|16px]] [[File:Cherry_Petal_(texture_7)_JE1_BE1.png|16px]] [[File:Cherry_Petal_(texture_8)_JE1_BE1.png|16px]] [[File:Cherry_Petal_(texture_9)_JE1_BE1.png|16px]] [[File:Cherry_Petal_(texture_10)_JE1_BE1.png|16px]] [[File:Cherry_Petal_(texture_11)_JE1_BE1.png|16px]]
|{{MC/Tc|-}}
|-
|{{MC/Code|colored_flame_particle}}
|Represents the flame of colored torches. Emissive with Vibrant Visuals.
|[[File:Soul Flame.png|16px]]
|{{MC/Info needed}}
|-
|{{MC/Code|conduit_absorb_particle}}
|Appears and moves toward activated [[Minecraft:conduit]]s.
|[[File:Nautilus_(texture_0)_JE1_BE1.png|16px]] [[File:Nautilus_(texture_1)_JE1_BE1.png|16px]] [[File:Nautilus_(texture_2)_JE1_BE1.png|16px]] [[File:Nautilus_(texture_3)_JE1_BE1.png|16px]] [[File:Nautilus_(texture_4)_JE1_BE1.png|16px]] [[File:Nautilus_(texture_5)_JE1_BE1.png|16px]] [[File:Nautilus_(texture_6)_JE1_BE1.png|16px]] [[File:Nautilus_(texture_7)_JE1_BE1.png|16px]] [[File:Nautilus_(texture_8)_JE1_BE1.png|16px]] [[File:Nautilus_(texture_9)_JE1_BE1.png|16px]] [[File:Nautilus_(texture_10)_JE1_BE1.png|16px]] [[File:Nautilus_(texture_11)_JE1_BE1.png|16px]]
|Yellow, purple, or blue.<ref group="note" name="conduit_color">Determined by the formula {{MC/Code|"color": [ "variable.particle_random_3 * 0.54 + 0.36", "variable.particle_random_3 * 0.54 + 0.36", "variable.particle_random_3 * 0.6 + 0.4" ]}}</ref>
|-
|{{MC/Code|conduit_attack_emitter}}
|Emitter that spawns {{MC/Code|conduit_particle}}, created by conduits attacking mobs.
|[[File:Nautilus_(texture_0)_JE1_BE1.png|16px]] [[File:Nautilus_(texture_1)_JE1_BE1.png|16px]] [[File:Nautilus_(texture_2)_JE1_BE1.png|16px]] [[File:Nautilus_(texture_3)_JE1_BE1.png|16px]] [[File:Nautilus_(texture_4)_JE1_BE1.png|16px]] [[File:Nautilus_(texture_5)_JE1_BE1.png|16px]] [[File:Nautilus_(texture_6)_JE1_BE1.png|16px]] [[File:Nautilus_(texture_7)_JE1_BE1.png|16px]] [[File:Nautilus_(texture_8)_JE1_BE1.png|16px]] [[File:Nautilus_(texture_9)_JE1_BE1.png|16px]] [[File:Nautilus_(texture_10)_JE1_BE1.png|16px]] [[File:Nautilus_(texture_11)_JE1_BE1.png|16px]]
|Yellow, purple, or blue.<ref group="note" name="conduit_color"></ref>
|-
|{{MC/Code|conduit_particle}}
|Appears and moves toward hostile mobs being attacked by conduits.
|[[File:Nautilus_(texture_0)_JE1_BE1.png|16px]] [[File:Nautilus_(texture_1)_JE1_BE1.png|16px]] [[File:Nautilus_(texture_2)_JE1_BE1.png|16px]] [[File:Nautilus_(texture_3)_JE1_BE1.png|16px]] [[File:Nautilus_(texture_4)_JE1_BE1.png|16px]] [[File:Nautilus_(texture_5)_JE1_BE1.png|16px]] [[File:Nautilus_(texture_6)_JE1_BE1.png|16px]] [[File:Nautilus_(texture_7)_JE1_BE1.png|16px]] [[File:Nautilus_(texture_8)_JE1_BE1.png|16px]] [[File:Nautilus_(texture_9)_JE1_BE1.png|16px]] [[File:Nautilus_(texture_10)_JE1_BE1.png|16px]] [[File:Nautilus_(texture_11)_JE1_BE1.png|16px]]
|Yellow, purple, or blue.<ref group="note" name="conduit_color"></ref>
|-
|{{MC/Code|creaking_crumble_body}}
|Shown when a creaking heart is destroyed along with its creaking.
|{{MC/Tc|-}}<ref group="note" name="block breaking note">This particle has no unique texture of its own, but uses the texture of whichever block produced it.</ref>
|{{MC/Tc|-}}
|-
|{{MC/Code|creaking_crumble_head}}
|Shown when a creaking heart is destroyed along with its creaking.|{{MC/Tc|-}}<ref group="note" name="block breaking note">This particle has no unique texture of its own, but uses the texture of whichever block produced it.</ref>
|{{MC/Tc|-}}
|-
|{{MC/Code|creaking_heart_trail}}
|Trace a trail between two points. Shown when the creaking is attacked, to link it to its heart.
|{{MC/Tc|-}}<ref group="note" name="block breaking note">This particle has no unique texture of its own, but uses the texture of whichever block produced it.</ref>
|{{MC/Tc|-}}
|-
|{{MC/Code|critical_hit_emitter}}
|Displayed when enities are struck by a critical hit.
|[[File:Spark (texture 0) JE1 BE1.png|16px]] [[File:Spell (texture 1) JE1 BE1.png|16px]] [[File:Spell (texture 2) JE1 BE1.png|16px]] [[File:Spell (texture 3) JE1 BE1.png|16px]] [[File:Spell (texture 4) JE1 BE1.png|16px]] [[File:Spell (texture 5) JE1 BE1.png|16px]] [[File:Spell (texture 6) JE1 BE1.png|16px]] [[File:Spell (texture 7) JE1 BE1.png|16px]]
|White, fades to orange.<ref group="note" name="basic_crit_color"></ref>
|-
|{{MC/Code|crop_growth_area_emitter}}
|Appears when using bone meal on grass blocks, [[Minecraft:flower]]s, or moss. Emissive with Vibrant Visuals.
|[[File:Glint.png|16px]]
|{{MC/Tc|-}}
|-
|{{MC/Code|crop_growth_emitter}}
|Appears when using bone meal on crops or other plants, appears when placing items in a [[Minecraft:composter]], appears when bees pollinate crops, displayed when turtle eggs are placed on [[Minecraft:sand]], displayed when sniffer eggs are placed on moss. Emissive with Vibrant Visuals.
|[[File:Glint.png|16px]]
|{{MC/Tc|-}}
|-
|{{MC/Code|death_explosion_emitter}}
|Left behind when a mob dies.
|[[File:Smoke (texture 7) JE1 BE1.png|16px]] [[File:Smoke (texture 6) JE1 BE1.png|16px]] [[File:Smoke (texture 5) JE1 BE1.png|16px]] [[File:Smoke (texture 4) JE1 BE1.png|16px]] [[File:Smoke (texture 3) JE1 BE1.png|16px]] [[File:Smoke (texture 2) JE1 BE1.png|16px]] [[File:Smoke (texture 1) JE1 BE1.png|16px]] [[File:Glitter (texture 0) JE1 BE1.png|16px]]
|Gray.<ref group="note" name="death_color"></ref>
|-
|{{MC/Code|dolphin_move_particle}}
|Trails behind dolphins.
|[[File:Bubble.png|16px]]
|{{MC/Tc|-}}
|-
|{{MC/Code|dragon_breath_fire}}
|Spit out by the ender dragon during its breath attack.
|[[File:Smoke (texture 5) JE1 BE1.png|16px]] [[File:Smoke (texture 6) JE1 BE1.png|16px]] [[File:Smoke (texture 7) JE1 BE1.png|16px]]
|Purple or magenta.<ref group="note" name="dragon_breath_color">Determined by the formula {{MC/Code|"color": [ "Math.random(0.7176, 0.8745)", 0.0, "Math.random(0.8235, 0.9765)", 1.0 ]}}</ref>
|-
|{{MC/Code|dragon_breath_lingering}}
|Produced by area effect clouds created by the ender dragon's breath attack or fireballs.
|[[File:Smoke (texture 5) JE1 BE1.png|16px]] [[File:Smoke (texture 6) JE1 BE1.png|16px]] [[File:Smoke (texture 7) JE1 BE1.png|16px]]
|{{color|#dc00ef}}
|-
|{{MC/Code|dragon_breath_trail}}
|Trails behind the ender dragons's fireballs.
|[[File:Smoke (texture 5) JE1 BE1.png|16px]] [[File:Smoke (texture 6) JE1 BE1.png|16px]] [[File:Smoke (texture 7) JE1 BE1.png|16px]]
|<ref group="note" name="dragon_breath_color"></ref>
|-
|{{MC/Code|dragon_death_explosion_emitter}}
|Produced by explosions, shown when shearing mooshrooms, produced by the final explosion when the ender dragon dies.
|[[File:Explosion (texture 0) BE1.png|16px]] [[File:Explosion (texture 1) BE1.png|16px]] [[File:Explosion (texture 2) BE1.png|16px]] [[File:Explosion (texture 3) BE1.png|16px]] [[File:Explosion (texture 4) BE1.png|16px]] [[File:Explosion (texture 5) BE1.png|16px]] [[File:Explosion (texture 6) BE1.png|16px]] [[File:Explosion (texture 7) BE1.png|16px]] [[File:Explosion (texture 8) BE1.png|16px]] [[File:Explosion (texture 9) BE1.png|16px]] [[File:Explosion (texture 10) BE1.png|16px]] [[File:Explosion (texture 11) BE1.png|16px]] [[File:Explosion (texture 12) BE1.png|16px]] [[File:Explosion (texture 13) BE1.png|16px]] [[File:Explosion (texture 14) BE1.png|16px]] [[File:Explosion (texture 15) BE1.png|16px]]
|Gray.<ref group="note" name="camera_color"></ref>
|-
|{{MC/Code|dragon_destroy_block}}
|Produced by blocks destroyed by the ender dragon.
|[[File:Explosion (texture 0) BE1.png|16px]] [[File:Explosion (texture 1) BE1.png|16px]] [[File:Explosion (texture 2) BE1.png|16px]] [[File:Explosion (texture 3) BE1.png|16px]] [[File:Explosion (texture 4) BE1.png|16px]] [[File:Explosion (texture 5) BE1.png|16px]] [[File:Explosion (texture 6) BE1.png|16px]] [[File:Explosion (texture 7) BE1.png|16px]] [[File:Explosion (texture 8) BE1.png|16px]] [[File:Explosion (texture 9) BE1.png|16px]] [[File:Explosion (texture 10) BE1.png|16px]] [[File:Explosion (texture 11) BE1.png|16px]] [[File:Explosion (texture 12) BE1.png|16px]] [[File:Explosion (texture 13) BE1.png|16px]] [[File:Explosion (texture 14) BE1.png|16px]] [[File:Explosion (texture 15) BE1.png|16px]]
|Gray.<ref group="note" name="camera_color"></ref>
|-
|{{MC/Code|dragon_dying_explosion}}
|Emitted by the ender dragon as it dies.
|[[File:Explosion (texture 0) BE1.png|16px]] [[File:Explosion (texture 1) BE1.png|16px]] [[File:Explosion (texture 2) BE1.png|16px]] [[File:Explosion (texture 3) BE1.png|16px]] [[File:Explosion (texture 4) BE1.png|16px]] [[File:Explosion (texture 5) BE1.png|16px]] [[File:Explosion (texture 6) BE1.png|16px]] [[File:Explosion (texture 7) BE1.png|16px]] [[File:Explosion (texture 8) BE1.png|16px]] [[File:Explosion (texture 9) BE1.png|16px]] [[File:Explosion (texture 10) BE1.png|16px]] [[File:Explosion (texture 11) BE1.png|16px]] [[File:Explosion (texture 12) BE1.png|16px]] [[File:Explosion (texture 13) BE1.png|16px]] [[File:Explosion (texture 14) BE1.png|16px]] [[File:Explosion (texture 15) BE1.png|16px]]
|Gray.<ref group="note" name="camera_color"></ref>
|-
|{{MC/Code|dust_plume}}
|Shown when adding items to decorated pots.
|[[File:Smoke (texture 7) JE1 BE1.png|16px]] [[File:Smoke (texture 6) JE1 BE1.png|16px]] [[File:Smoke (texture 5) JE1 BE1.png|16px]] [[File:Smoke (texture 4) JE1 BE1.png|16px]] [[File:Smoke (texture 3) JE1 BE1.png|16px]] [[File:Smoke (texture 2) JE1 BE1.png|16px]] [[File:Smoke (texture 1) JE1 BE1.png|16px]] [[File:Glitter (texture 0) JE1 BE1.png|16px]]
|Gray
|-
|{{MC/Code|egg_destroy_emitter}}
|Unused.{{MC/Info needed}}
|[[File:Smoke (texture 7) JE1 BE1.png|16px]] [[File:Smoke (texture 6) JE1 BE1.png|16px]] [[File:Smoke (texture 5) JE1 BE1.png|16px]] [[File:Smoke (texture 4) JE1 BE1.png|16px]] [[File:Smoke (texture 3) JE1 BE1.png|16px]] [[File:Smoke (texture 2) JE1 BE1.png|16px]] [[File:Smoke (texture 1) JE1 BE1.png|16px]] [[File:Glitter (texture 0) JE1 BE1.png|16px]]
|Gray.<ref group="note" name="death_color"></ref>
|-
|{{MC/Code|electric_spark_particle}}
|Produced when lightning hits oxidized copper, emitted by lightning rods during a thunderstorm.
|[[File:Glow_(texture)_JE1_BE1.png|16px]]
|{{color|#ffe6ff}}
|-
|{{MC/Code|elephant_tooth_paste_vapor_particle}}
|Represents elephant toothpaste produced in a lab table.
|[[File:Smoke (texture 7) JE1 BE1.png|16px]] [[File:Smoke (texture 6) JE1 BE1.png|16px]] [[File:Smoke (texture 5) JE1 BE1.png|16px]] [[File:Smoke (texture 4) JE1 BE1.png|16px]] [[File:Smoke (texture 3) JE1 BE1.png|16px]] [[File:Smoke (texture 2) JE1 BE1.png|16px]] [[File:Smoke (texture 1) JE1 BE1.png|16px]] [[File:Glitter (texture 0) JE1 BE1.png|16px]]<ref group="note" name="elephant_particles_are_weird">These textures are only used when this particle is summoned in a ''Bedrock Edition'' world with ''Minecraft Education'' features not enabled. Different textures and a different color are used if ''Minecraft Education'' features are enabled or the world is in ''Minecraft Education''.{{MC/Info needed}}<!-- i have no clue how to find said different textures and color though lol--></ref>
|Orange.<ref group="note" name="death_color"></ref>
|-
|{{MC/Code|enchanting_table_particle}}
|Floats from bookshelves to an enchanting table.
|[[File:Standard Galactic Alphabet A (texture) JE1 BE1.png|16px]] [[File:Standard Galactic Alphabet B (texture) JE1 BE1.png|16px]] [[File:Standard Galactic Alphabet C (texture) JE1 BE1.png|16px]] [[File:Standard Galactic Alphabet D (texture) JE1 BE1.png|16px]] [[File:Standard Galactic Alphabet E (texture) JE1 BE1.png|16px]] [[File:Standard Galactic Alphabet F (texture) JE1 BE1.png|16px]] [[File:Standard Galactic Alphabet G (texture) JE1 BE1.png|16px]] [[File:Standard Galactic Alphabet H (texture) JE1 BE1.png|16px]] [[File:Standard Galactic Alphabet I (texture) JE1 BE1.png|16px]] [[File:Standard Galactic Alphabet J (texture) JE1 BE1.png|16px]] [[File:Standard Galactic Alphabet K (texture) JE1 BE1.png|16px]] [[File:Standard Galactic Alphabet L (texture) JE1 BE1.png|16px]] [[File:Standard Galactic Alphabet M (texture) JE1 BE1.png|16px]] [[File:Standard Galactic Alphabet N (texture) JE1 BE1.png|16px]] [[File:Standard Galactic Alphabet O (texture) JE1 BE1.png|16px]] [[File:Standard Galactic Alphabet P (texture) JE1 BE1.png|16px]] [[File:Standard Galactic Alphabet Q (texture) JE1 BE1.png|16px]] [[File:Standard Galactic Alphabet R (texture) JE1 BE1.png|16px]] [[File:Standard Galactic Alphabet S (texture) JE1 BE1.png|16px]] [[File:Standard Galactic Alphabet T (texture) JE1 BE1.png|16px]] [[File:Standard Galactic Alphabet U (texture) JE1 BE1.png|16px]] [[File:Standard Galactic Alphabet V (texture) JE1 BE1.png|16px]] [[File:Standard Galactic Alphabet W (texture) JE1 BE1.png|16px]] [[File:Standard Galactic Alphabet X (texture) JE1 BE1.png|16px]] [[File:Standard Galactic Alphabet Y (texture) JE1 BE1.png|16px]] [[File:Standard Galactic Alphabet Z (texture) JE1 BE1.png|16px]]
|Gray.<ref group="note" name="conduit_color"></ref>
|-
|{{MC/Code|end_chest}}
|Appears and floats toward ender chests.
|[[File:Glitter (texture 0) JE1 BE1.png|16px]] [[File:Smoke (texture 1) JE1 BE1.png|16px]] [[File:Smoke (texture 2) JE1 BE1.png|16px]] [[File:Smoke (texture 3) JE1 BE1.png|16px]] [[File:Smoke (texture 4) JE1 BE1.png|16px]] [[File:Smoke (texture 5) JE1 BE1.png|16px]] [[File:Smoke (texture 6) JE1 BE1.png|16px]] [[File:Smoke (texture 7) JE1 BE1.png|16px]]
|Purple.<ref group="note" name="basic_portal_color"></ref>
|-
|{{MC/Code|endrod}}
|Emitted by end rods.
|[[File:Glitter (texture 7) JE1 BE1.png|16px]] [[File:Glitter (texture 6) JE1 BE1.png|16px]] [[File:Glitter (texture 5) JE1 BE1.png|16px]] [[File:Glitter (texture 4) JE1 BE1.png|16px]] [[File:Glitter (texture 3) JE1 BE1.png|16px]] [[File:Glitter (texture 2) JE1 BE1.png|16px]] [[File:Glitter (texture 1) JE1 BE1.png|16px]] [[File:Glitter (texture 0) JE1 BE1.png|16px]]
|Gray.<ref group="note" name="balloon_gas_color"></ref>
|-
|{{MC/Code|evocation_fang_particle}}
|Unused.{{MC/Info needed}}<!--afaik anyways. evoker fangs just give off crit particles so idk why this exists-->
|[[File:Spark (texture 0) JE1 BE1.png|16px]] [[File:Spell (texture 1) JE1 BE1.png|16px]] [[File:Spell (texture 2) JE1 BE1.png|16px]] [[File:Spell (texture 3) JE1 BE1.png|16px]] [[File:Spell (texture 4) JE1 BE1.png|16px]] [[File:Spell (texture 5) JE1 BE1.png|16px]] [[File:Spell (texture 6) JE1 BE1.png|16px]] [[File:Spell (texture 7) JE1 BE1.png|16px]]
|White, fades to orange.<ref group="note" name="basic_crit_color"></ref>
|-
|{{MC/Code|evoker_spell}}
|Produced by evokers casting spells.
|[[File:Effect (texture 7) JE1 BE1.png|16px]] [[File:Effect (texture 6) JE1 BE1.png|16px]] [[File:Effect (texture 5) JE1 BE1.png|16px]] [[File:Effect (texture 4) JE1 BE1.png|16px]] [[File:Effect (texture 3) JE1 BE1.png|16px]] [[File:Effect (texture 2) JE1 BE1.png|16px]] [[File:Effect (texture 1) JE1 BE1.png|16px]] [[File:Effect (texture 0) JE1 BE1.png|16px]]
|{{MC/Info needed}}
|-
|{{MC/Code|explosion_manual}}
|Unused.<ref>{{bug|MCPE-127604}}</ref>{{MC/Info needed}}<!--again afaik after testing. all explosions just use the dragon death one, so idk there. with anything that says unused, i'm not 100% sure, but i have looked all over the game and not found a use for the particle.-->
|[[File:Smoke (texture 7) JE1 BE1.png|16px]] [[File:Smoke (texture 6) JE1 BE1.png|16px]] [[File:Smoke (texture 5) JE1 BE1.png|16px]] [[File:Smoke (texture 4) JE1 BE1.png|16px]] [[File:Smoke (texture 3) JE1 BE1.png|16px]] [[File:Smoke (texture 2) JE1 BE1.png|16px]] [[File:Smoke (texture 1) JE1 BE1.png|16px]] [[File:Glitter (texture 0) JE1 BE1.png|16px]]
|Gray.<ref group="note" name="explosion_manual_color">Determined by the formula {{MC/Code|"color": [ "variable.particle_random_1 * 0.3 + 0.7", "variable.particle_random_1 * 0.3 + 0.7", "variable.particle_random_1 * 0.3 + 0.7", 0.0 ]}}</ref>
|-
|{{MC/Code|explosion_particle}}
|Produced by blocks destroyed by explosions.
|[[File:Smoke (texture 7) JE1 BE1.png|16px]] [[File:Smoke (texture 6) JE1 BE1.png|16px]] [[File:Smoke (texture 5) JE1 BE1.png|16px]] [[File:Smoke (texture 4) JE1 BE1.png|16px]] [[File:Smoke (texture 3) JE1 BE1.png|16px]] [[File:Smoke (texture 2) JE1 BE1.png|16px]] [[File:Smoke (texture 1) JE1 BE1.png|16px]] [[File:Glitter (texture 0) JE1 BE1.png|16px]]
|Gray.<ref group="note" name="explosion_manual_color"></ref>
|-
|{{MC/Code|eye_of_ender_bubble_particle}}
|Trails behind eyes of ender underwater.
|[[File:Bubble.png|16px]]
|{{MC/Tc|-}}
|-
|{{MC/Code|eyeblossom_open}}
|Emitted by the [[Minecraft:eyeblossom]] flower when it opens during the night.
|{{MC/Tc|-}}<ref group="note" name="block breaking note">This particle has no unique texture of its own, but uses the texture of whichever block produced it.</ref>
|{{MC/Tc|-}}
|-
|{{MC/Code|eyeblossom_close}}
|Emitted by the [[Minecraft:eyeblossom]] flower when it closes during the day.
|{{MC/Tc|-}}<ref group="note" name="block breaking note">This particle has no unique texture of its own, but uses the texture of whichever block produced it.</ref>
|{{MC/Tc|-}}
|-
|{{MC/Code|eyeofender_death_explode_particle}}
|Produced when an eye of ender breaks.
|[[File:Smoke (texture 7) JE1 BE1.png|16px]] [[File:Smoke (texture 6) JE1 BE1.png|16px]] [[File:Smoke (texture 5) JE1 BE1.png|16px]] [[File:Smoke (texture 4) JE1 BE1.png|16px]] [[File:Smoke (texture 3) JE1 BE1.png|16px]] [[File:Smoke (texture 2) JE1 BE1.png|16px]] [[File:Smoke (texture 1) JE1 BE1.png|16px]] [[File:Glitter (texture 0) JE1 BE1.png|16px]]
|Purple.<ref group="note" name="basic_portal_color"></ref>
|-
|{{MC/Code|falling_border_dust_particle}}
|Falls off the bottom of [[Minecraft:border]] blocks.
|[[File:Spell (texture 7) JE1 BE1.png|16px]] [[File:Spell (texture 6) JE1 BE1.png|16px]] [[File:Spell (texture 5) JE1 BE1.png|16px]] [[File:Spell (texture 4) JE1 BE1.png|16px]] [[File:Spell (texture 3) JE1 BE1.png|16px]] [[File:Spell (texture 2) JE1 BE1.png|16px]] [[File:Spell (texture 1) JE1 BE1.png|16px]]
|Red.<ref group="note" name="border_falling_color">Determined by the formula {{MC/Code|"color": [ "(variable.particle_random_1 * 0.2 + 0.8) * (variable.particle_random_2 * 0.4 + 0.6)", 0.0, 0.0, 0.0 ]}}</ref>
|-
|{{MC/Code|falling_dust}}
|Unused.{{info_needed}}
|[[File:Smoke (texture 7) JE1 BE1.png|16px]] [[File:Smoke (texture 6) JE1 BE1.png|16px]] [[File:Smoke (texture 5) JE1 BE1.png|16px]] [[File:Smoke (texture 4) JE1 BE1.png|16px]] [[File:Smoke (texture 3) JE1 BE1.png|16px]] [[File:Smoke (texture 2) JE1 BE1.png|16px]] [[File:Smoke (texture 1) JE1 BE1.png|16px]] [[File:Glitter (texture 0) JE1 BE1.png|16px]]
|{{MC/Info needed}}
|-
|{{MC/Code|falling_dust_concrete_powder_particle}}
|Falls off the bottom of floating concrete powder.
|[[File:Smoke (texture 7) JE1 BE1.png|16px]] [[File:Smoke (texture 6) JE1 BE1.png|16px]] [[File:Smoke (texture 5) JE1 BE1.png|16px]] [[File:Smoke (texture 4) JE1 BE1.png|16px]] [[File:Smoke (texture 3) JE1 BE1.png|16px]] [[File:Smoke (texture 2) JE1 BE1.png|16px]] [[File:Smoke (texture 1) JE1 BE1.png|16px]] [[File:Glitter (texture 0) JE1 BE1.png|16px]]
|{{MC/Info needed}}
|-
|{{MC/Code|falling_dust_dragon_egg_particle}}
|Falls off the bottom of floating dragon eggs.
|[[File:Smoke (texture 7) JE1 BE1.png|16px]] [[File:Smoke (texture 6) JE1 BE1.png|16px]] [[File:Smoke (texture 5) JE1 BE1.png|16px]] [[File:Smoke (texture 4) JE1 BE1.png|16px]] [[File:Smoke (texture 3) JE1 BE1.png|16px]] [[File:Smoke (texture 2) JE1 BE1.png|16px]] [[File:Smoke (texture 1) JE1 BE1.png|16px]] [[File:Glitter (texture 0) JE1 BE1.png|16px]]
|{{color|#000000}}
|-
|{{MC/Code|falling_dust_gravel_particle}}
|Falls off the bottom of floating [[Minecraft:gravel]].
|[[File:Smoke (texture 7) JE1 BE1.png|16px]] [[File:Smoke (texture 6) JE1 BE1.png|16px]] [[File:Smoke (texture 5) JE1 BE1.png|16px]] [[File:Smoke (texture 4) JE1 BE1.png|16px]] [[File:Smoke (texture 3) JE1 BE1.png|16px]] [[File:Smoke (texture 2) JE1 BE1.png|16px]] [[File:Smoke (texture 1) JE1 BE1.png|16px]] [[File:Glitter (texture 0) JE1 BE1.png|16px]]
|{{color|#807c7b}}
|-
|{{MC/Code|falling_dust_red_sand_particle}}
|Falls off the bottom of floating red sand.
|[[File:Smoke (texture 7) JE1 BE1.png|16px]] [[File:Smoke (texture 6) JE1 BE1.png|16px]] [[File:Smoke (texture 5) JE1 BE1.png|16px]] [[File:Smoke (texture 4) JE1 BE1.png|16px]] [[File:Smoke (texture 3) JE1 BE1.png|16px]] [[File:Smoke (texture 2) JE1 BE1.png|16px]] [[File:Smoke (texture 1) JE1 BE1.png|16px]] [[File:Glitter (texture 0) JE1 BE1.png|16px]]
|{{color|#a95821}}
|-
|{{MC/Code|falling_dust_sand_particle}}
|Falls off the bottom of floating [[Minecraft:sand]].
|[[File:Smoke (texture 7) JE1 BE1.png|16px]] [[File:Smoke (texture 6) JE1 BE1.png|16px]] [[File:Smoke (texture 5) JE1 BE1.png|16px]] [[File:Smoke (texture 4) JE1 BE1.png|16px]] [[File:Smoke (texture 3) JE1 BE1.png|16px]] [[File:Smoke (texture 2) JE1 BE1.png|16px]] [[File:Smoke (texture 1) JE1 BE1.png|16px]] [[File:Glitter (texture 0) JE1 BE1.png|16px]]
|{{color|#dbd3a0}}
|-
|{{MC/Code|falling_dust_scaffolding_particle}}
|Falls off the bottom of [[Minecraft:scaffolding]] blocks six blocks away from a scaffolding block supported by the ground.
|[[File:Smoke (texture 7) JE1 BE1.png|16px]] [[File:Smoke (texture 6) JE1 BE1.png|16px]] [[File:Smoke (texture 5) JE1 BE1.png|16px]] [[File:Smoke (texture 4) JE1 BE1.png|16px]] [[File:Smoke (texture 3) JE1 BE1.png|16px]] [[File:Smoke (texture 2) JE1 BE1.png|16px]] [[File:Smoke (texture 1) JE1 BE1.png|16px]] [[File:Glitter (texture 0) JE1 BE1.png|16px]]
|{{color|#e6c775}}
|-
|{{MC/Code|falling_dust_top_snow_particle}}
|Falls off the bottom of [[Minecraft:snow]] placed on leaves, or floating.
|[[File:Smoke (texture 7) JE1 BE1.png|16px]] [[File:Smoke (texture 6) JE1 BE1.png|16px]] [[File:Smoke (texture 5) JE1 BE1.png|16px]] [[File:Smoke (texture 4) JE1 BE1.png|16px]] [[File:Smoke (texture 3) JE1 BE1.png|16px]] [[File:Smoke (texture 2) JE1 BE1.png|16px]] [[File:Smoke (texture 1) JE1 BE1.png|16px]] [[File:Glitter (texture 0) JE1 BE1.png|16px]]
|{{color|#ffffff}}
|-
|{{MC/Code|firefly_particle}}
|Spawns from firefly bushes when the internal light level is at 13 or lower. Very emissive with Vibrant Visuals.
|[[File:Firefly.png|width=16x16]]
|{{Color|#00FFFFEB}} after age 0.0
{{Color|#FFFFFFEB}} after age 0.3
{{Color|#00FFFFEB}} after age 1.0
|-
|{{MC/Code|fish_hook_particle}}
|Produced by the fishing bobber.
|[[File:Bubble.png|16px]]
|{{MC/Tc|-}}
|-
|{{MC/Code|fish_pos_particle}}
|Produced by the fishing trail occasionally.
|[[File:Bubble.png|16px]]
|{{MC/Tc|-}}
|-
|{{MC/Code|glow_particle}}
|Emitted by glow squid.
|[[File:Glow_(texture)_JE1_BE1.png|16px]]
|{{MC/Info needed}}
|-
|{{MC/Code|green_flame_particle}}
|Represents the flame of a copper torch.
|[[File:Copper_Flame.png|16px]]
|{{MC/Info needed}}
|-
|{{MC/Code|guardian_attack_particle}}
|Produced by guardians' lasers.
|[[File:Bubble.png|16px]]
|{{MC/Tc|-}}
|-
|{{MC/Code|guardian_water_move_particle}}
|Trails behind guardians moving underwater.
|[[File:Bubble.png|16px]]
|{{MC/Tc|-}}
|-
|{{MC/Code|heart_particle}}
|Produced by mobs breeding, appears when feeding an animal, appears when taming an animal, appears when allays duplicate.
|[[File:Heart.png|16px]]
|{{MC/Tc|-}}
|-
|{{MC/Code|honey_drip_particle}}
|Seeps out of [[Minecraft:beehive]]s and bee nests filled with honey.
|[[File:Drip_Fall_(texture)_JE1_BE1.png|16px]]
|{{color|#947215}}
|-
|{{MC/Code|huge_explosion_emitter}}
|Unused.<ref>{{bug|MCPE-127604}}</ref>{{MC/Info needed}}
|[[File:Explosion (texture 0) BE1.png|16px]] [[File:Explosion (texture 1) BE1.png|16px]] [[File:Explosion (texture 2) BE1.png|16px]] [[File:Explosion (texture 3) BE1.png|16px]] [[File:Explosion (texture 4) BE1.png|16px]] [[File:Explosion (texture 5) BE1.png|16px]] [[File:Explosion (texture 6) BE1.png|16px]] [[File:Explosion (texture 7) BE1.png|16px]] [[File:Explosion (texture 8) BE1.png|16px]] [[File:Explosion (texture 9) BE1.png|16px]] [[File:Explosion (texture 10) BE1.png|16px]] [[File:Explosion (texture 11) BE1.png|16px]] [[File:Explosion (texture 12) BE1.png|16px]] [[File:Explosion (texture 13) BE1.png|16px]] [[File:Explosion (texture 14) BE1.png|16px]] [[File:Explosion (texture 15) BE1.png|16px]]
|Gray.<ref group="note" name="camera_color"></ref>
|-
|{{MC/Code|huge_explosion_lab_misc_emitter}}
|Occasionally appears when garbage is produced in a lab table.
|[[File:Explosion (texture 0) BE1.png|16px]] [[File:Explosion (texture 1) BE1.png|16px]] [[File:Explosion (texture 2) BE1.png|16px]] [[File:Explosion (texture 3) BE1.png|16px]] [[File:Explosion (texture 4) BE1.png|16px]] [[File:Explosion (texture 5) BE1.png|16px]] [[File:Explosion (texture 6) BE1.png|16px]] [[File:Explosion (texture 7) BE1.png|16px]] [[File:Explosion (texture 8) BE1.png|16px]] [[File:Explosion (texture 9) BE1.png|16px]] [[File:Explosion (texture 10) BE1.png|16px]] [[File:Explosion (texture 11) BE1.png|16px]] [[File:Explosion (texture 12) BE1.png|16px]] [[File:Explosion (texture 13) BE1.png|16px]] [[File:Explosion (texture 14) BE1.png|16px]] [[File:Explosion (texture 15) BE1.png|16px]]
|Gray.<ref group="note" name="camera_color"></ref>
|-
|{{MC/Code|ice_evaporation_emitter}}
|Unused.{{MC/Info needed}}
|[[File:Smoke (texture 7) JE1 BE1.png|16px]] [[File:Smoke (texture 6) JE1 BE1.png|16px]] [[File:Smoke (texture 5) JE1 BE1.png|16px]] [[File:Smoke (texture 4) JE1 BE1.png|16px]] [[File:Smoke (texture 3) JE1 BE1.png|16px]] [[File:Smoke (texture 2) JE1 BE1.png|16px]] [[File:Smoke (texture 1) JE1 BE1.png|16px]] [[File:Glitter (texture 0) JE1 BE1.png|16px]]
|Gray.<ref group="note" name="death_color"></ref>
|-
|{{MC/Code|infested_ambient}}
|Produced by entities with the Infested effect.
|[[File:Infested Particle JE1.png|16px]]
|{{MC/Tc|-}}
|-
|{{MC/Code|infested_emitter}}
|Emitter that spawns {{MC/Code|infested_ambient}}, produced by entities with the Infested effect.
|[[File:Infested Particle JE1.png|16px]]
|{{MC/Tc|-}}
|-
|{{MC/Code|ink_emitter}}
|Produced by squid and glow squid being hit.
|[[File:Smoke (texture 7) JE1 BE1.png|16px]] [[File:Smoke (texture 6) JE1 BE1.png|16px]] [[File:Smoke (texture 5) JE1 BE1.png|16px]] [[File:Smoke (texture 4) JE1 BE1.png|16px]] [[File:Smoke (texture 3) JE1 BE1.png|16px]] [[File:Smoke (texture 2) JE1 BE1.png|16px]] [[File:Smoke (texture 1) JE1 BE1.png|16px]] [[File:Glitter (texture 0) JE1 BE1.png|16px]]
|{{MC/Info needed}}
|-
|{{MC/Code|knockback_roar_particle}}
|Produced by ravagers roaring after being stunned.
|[[File:Smoke (texture 7) JE1 BE1.png|16px]] [[File:Smoke (texture 6) JE1 BE1.png|16px]] [[File:Smoke (texture 5) JE1 BE1.png|16px]] [[File:Smoke (texture 4) JE1 BE1.png|16px]] [[File:Smoke (texture 3) JE1 BE1.png|16px]] [[File:Smoke (texture 2) JE1 BE1.png|16px]] [[File:Smoke (texture 1) JE1 BE1.png|16px]] [[File:Glitter (texture 0) JE1 BE1.png|16px]]
|Gray.<ref group="note" name="explosion_manual_color"></ref>
|-
|{{MC/Code|lab_table_heatblock_dust_particle}}
|Appears when heat blocks are produced in a lab table.
|[[File:Glitter (texture 0) JE1 BE1.png|16px]]
|Gray.<ref group="note" name="hot_color">Determined by the formula {{MC/Code|"color": [ "variable.particle_random_3 * 0.1 + 0.2", "variable.particle_random_3 * 0.1 + 0.2", "variable.particle_random_3 * 0.1 + 0.2", 0 ]}}</ref>
|-
|{{MC/Code|lab_table_misc_mystical_particle}}
|Occasionally appears when garbage is produced in a lab table.
|[[File:Standard Galactic Alphabet A (texture) JE1 BE1.png|16px]] [[File:Standard Galactic Alphabet B (texture) JE1 BE1.png|16px]] [[File:Standard Galactic Alphabet C (texture) JE1 BE1.png|16px]] [[File:Standard Galactic Alphabet D (texture) JE1 BE1.png|16px]] [[File:Standard Galactic Alphabet E (texture) JE1 BE1.png|16px]] [[File:Standard Galactic Alphabet F (texture) JE1 BE1.png|16px]] [[File:Standard Galactic Alphabet G (texture) JE1 BE1.png|16px]] [[File:Standard Galactic Alphabet H (texture) JE1 BE1.png|16px]] [[File:Standard Galactic Alphabet I (texture) JE1 BE1.png|16px]] [[File:Standard Galactic Alphabet J (texture) JE1 BE1.png|16px]] [[File:Standard Galactic Alphabet K (texture) JE1 BE1.png|16px]] [[File:Standard Galactic Alphabet L (texture) JE1 BE1.png|16px]] [[File:Standard Galactic Alphabet M (texture) JE1 BE1.png|16px]] [[File:Standard Galactic Alphabet N (texture) JE1 BE1.png|16px]] [[File:Standard Galactic Alphabet O (texture) JE1 BE1.png|16px]] [[File:Standard Galactic Alphabet P (texture) JE1 BE1.png|16px]] [[File:Standard Galactic Alphabet Q (texture) JE1 BE1.png|16px]] [[File:Standard Galactic Alphabet R (texture) JE1 BE1.png|16px]] [[File:Standard Galactic Alphabet S (texture) JE1 BE1.png|16px]] [[File:Standard Galactic Alphabet T (texture) JE1 BE1.png|16px]] [[File:Standard Galactic Alphabet U (texture) JE1 BE1.png|16px]] [[File:Standard Galactic Alphabet V (texture) JE1 BE1.png|16px]] [[File:Standard Galactic Alphabet W (texture) JE1 BE1.png|16px]] [[File:Standard Galactic Alphabet X (texture) JE1 BE1.png|16px]] [[File:Standard Galactic Alphabet Y (texture) JE1 BE1.png|16px]] [[File:Standard Galactic Alphabet Z (texture) JE1 BE1.png|16px]]
|Gray.<ref group="note" name="conduit_color"></ref>
|-
|{{MC/Code|large_explosion}}
|Unused.<ref>{{bug|MCPE-127604}}</ref>{{MC/Info needed}}
|[[File:Explosion (texture 0) BE1.png|16px]] [[File:Explosion (texture 1) BE1.png|16px]] [[File:Explosion (texture 2) BE1.png|16px]] [[File:Explosion (texture 3) BE1.png|16px]] [[File:Explosion (texture 4) BE1.png|16px]] [[File:Explosion (texture 5) BE1.png|16px]] [[File:Explosion (texture 6) BE1.png|16px]] [[File:Explosion (texture 7) BE1.png|16px]] [[File:Explosion (texture 8) BE1.png|16px]] [[File:Explosion (texture 9) BE1.png|16px]] [[File:Explosion (texture 10) BE1.png|16px]] [[File:Explosion (texture 11) BE1.png|16px]] [[File:Explosion (texture 12) BE1.png|16px]] [[File:Explosion (texture 13) BE1.png|16px]] [[File:Explosion (texture 14) BE1.png|16px]] [[File:Explosion (texture 15) BE1.png|16px]]
|Gray.<ref group="note" name="camera_color"></ref>
|-
|{{MC/Code|lava_drip_particle}}
|Seeps through blocks with lava above, drips from pointed dripstone with lava above when it fills a cauldron below, occasionally appears when garbage is produced in a lab table.
|[[File:Drip_Fall_(texture)_JE1_BE1.png|16px]]
|Orange.<ref group="note" name="lava_drip_color">Determined by the formula {{MC/Code|"color": [ 1.0, "0.8 / (variable.stuck_time - (variable.stuck_time-variable.particle_age) + 0.8)", "0.2 / (variable.stuck_time - (variable.stuck_time-variable.particle_age) + 0.4)", 1.0 ]}}</ref>
|-
|{{MC/Code|lava_particle}}
|Produced by campfires, produced by lava, occasionally appears when garbage is produced in a lab table.
|[[File:Lava (particle texture) JE1 BE1.png|16px]]
|{{MC/Tc|-}}
|-
|{{MC/Code|llama_spit_smoke}}
|Spat out by llamas.
|[[File:Smoke (texture 7) JE1 BE1.png|16px]] [[File:Smoke (texture 6) JE1 BE1.png|16px]] [[File:Smoke (texture 5) JE1 BE1.png|16px]] [[File:Smoke (texture 4) JE1 BE1.png|16px]] [[File:Smoke (texture 3) JE1 BE1.png|16px]] [[File:Smoke (texture 2) JE1 BE1.png|16px]] [[File:Smoke (texture 1) JE1 BE1.png|16px]] [[File:Glitter (texture 0) JE1 BE1.png|16px]]
|Gray.<ref group="note" name="death_color"></ref>
|-
|{{MC/Code|magical_critical_hit_emitter}}
|Appears when hitting the respective entities with a weapon enchanted with Sharpness, Bane of Arthropods, Smite or Impaling.
|[[File:Enchanted_Hit.png|width=16x16]]
|Purple or white.<ref group="note">Determined by the formula {{code|<nowiki>"color": { "gradient": [ [ "variable.particle_random_1*0.3 + 0.6", "variable.particle_random_2*0.3+ 0.6", 0.8,1.0 ], [ 0.5, 0.5, 0.8, 1.0 ]], "interpolant": "variable.particle_age/variable.particle_lifetime"}</nowiki>}}</ref>
|-
|{{MC/Code|magnesium_salts_emitter}}
|Appears when magnesium salts are produced in a lab table.
|[[File:Effect (texture 7) JE1 BE1.png|16px]] [[File:Effect (texture 6) JE1 BE1.png|16px]] [[File:Effect (texture 5) JE1 BE1.png|16px]] [[File:Effect (texture 4) JE1 BE1.png|16px]] [[File:Effect (texture 3) JE1 BE1.png|16px]] [[File:Effect (texture 2) JE1 BE1.png|16px]] [[File:Effect (texture 1) JE1 BE1.png|16px]]
|{{MC/Tc|-}}
|-
|{{MC/Code|misc_fire_vapor_particle}}
|Occasionally appears when garbage is produced in a lab table.
|[[File:Smoke (texture 7) JE1 BE1.png|16px]] [[File:Smoke (texture 6) JE1 BE1.png|16px]] [[File:Smoke (texture 5) JE1 BE1.png|16px]] [[File:Smoke (texture 4) JE1 BE1.png|16px]] [[File:Smoke (texture 3) JE1 BE1.png|16px]] [[File:Smoke (texture 2) JE1 BE1.png|16px]] [[File:Smoke (texture 1) JE1 BE1.png|16px]] [[File:Glitter (texture 0) JE1 BE1.png|16px]]
|Gray.<ref group="note" name="death_color"></ref>
|-
|{{MC/Code|mob_block_spawn_emitter}}
|Appears when mobs are spawned from a monster spawner.
|[[File:Smoke (texture 7) JE1 BE1.png|16px]] [[File:Smoke (texture 6) JE1 BE1.png|16px]] [[File:Smoke (texture 5) JE1 BE1.png|16px]] [[File:Smoke (texture 4) JE1 BE1.png|16px]] [[File:Smoke (texture 3) JE1 BE1.png|16px]] [[File:Smoke (texture 2) JE1 BE1.png|16px]] [[File:Smoke (texture 1) JE1 BE1.png|16px]] [[File:Glitter (texture 0) JE1 BE1.png|16px]]
|Gray.<ref group="note" name="death_color"></ref>
|-
|{{MC/Code|mob_portal}}
|Emitted by endermen, emitted by endermites.
|[[File:Glitter (texture 0) JE1 BE1.png|16px]] [[File:Smoke (texture 1) JE1 BE1.png|16px]] [[File:Smoke (texture 2) JE1 BE1.png|16px]] [[File:Smoke (texture 3) JE1 BE1.png|16px]] [[File:Smoke (texture 4) JE1 BE1.png|16px]] [[File:Smoke (texture 5) JE1 BE1.png|16px]] [[File:Smoke (texture 6) JE1 BE1.png|16px]] [[File:Smoke (texture 7) JE1 BE1.png|16px]]
|{{MC/Info needed}}
|-
|{{MC/Code|mobflame_emitter}}
|Emitter that produces {{MC/Code|mobflame_single}} particles produced by blazes. Emissive with Vibrant Visuals.
|[[File:Flame_atlas_(texture_0).png|16px]] [[File:Flame_atlas_(texture_1).png|16px]] [[File:Flame_atlas_(texture_2).png|16px]] [[File:Flame_atlas_(texture_3).png|16px]] [[File:Flame_atlas_(texture_4).png|16px]] [[File:Flame_atlas_(texture_5).png|16px]] [[File:Flame_atlas_(texture_6).png|16px]] [[File:Flame_atlas_(texture_7).png|16px]] [[File:Flame_atlas_(texture_8).png|16px]] [[File:Flame_atlas_(texture_9).png|16px]] [[File:Flame_atlas_(texture_10).png|16px]] [[File:Flame_atlas_(texture_11).png|16px]] [[File:Flame_atlas_(texture_12).png|16px]] [[File:Flame_atlas_(texture_13).png|16px]] [[File:Flame_atlas_(texture_14).png|16px]] [[File:Flame_atlas_(texture_15).png|16px]] [[File:Flame_atlas_(texture_16).png|16px]] [[File:Flame_atlas_(texture_17).png|16px]] [[File:Flame_atlas_(texture_18).png|16px]] [[File:Flame_atlas_(texture_19).png|16px]] [[File:Flame_atlas_(texture_20).png|16px]] [[File:Flame_atlas_(texture_21).png|16px]] [[File:Flame_atlas_(texture_22).png|16px]] [[File:Flame_atlas_(texture_23).png|16px]] [[File:Flame_atlas_(texture_24).png|16px]] [[File:Flame_atlas_(texture_25).png|16px]] [[File:Flame_atlas_(texture_26).png|16px]] [[File:Flame_atlas_(texture_27).png|16px]] [[File:Flame_atlas_(texture_28).png|16px]] [[File:Flame_atlas_(texture_29).png|16px]] [[File:Flame_atlas_(texture_30).png|16px]] [[File:Flame_atlas_(texture_31).png|16px]]
|{{MC/Tc|-}}
|-
|{{MC/Code|mobflame_single}}
|Floats around blazes during attacks. Emissive with Vibrant Visuals.
|[[File:Flame_atlas_(texture_0).png|16px]] [[File:Flame_atlas_(texture_1).png|16px]] [[File:Flame_atlas_(texture_2).png|16px]] [[File:Flame_atlas_(texture_3).png|16px]] [[File:Flame_atlas_(texture_4).png|16px]] [[File:Flame_atlas_(texture_5).png|16px]] [[File:Flame_atlas_(texture_6).png|16px]] [[File:Flame_atlas_(texture_7).png|16px]] [[File:Flame_atlas_(texture_8).png|16px]] [[File:Flame_atlas_(texture_9).png|16px]] [[File:Flame_atlas_(texture_10).png|16px]] [[File:Flame_atlas_(texture_11).png|16px]] [[File:Flame_atlas_(texture_12).png|16px]] [[File:Flame_atlas_(texture_13).png|16px]] [[File:Flame_atlas_(texture_14).png|16px]] [[File:Flame_atlas_(texture_15).png|16px]] [[File:Flame_atlas_(texture_16).png|16px]] [[File:Flame_atlas_(texture_17).png|16px]] [[File:Flame_atlas_(texture_18).png|16px]] [[File:Flame_atlas_(texture_19).png|16px]] [[File:Flame_atlas_(texture_20).png|16px]] [[File:Flame_atlas_(texture_21).png|16px]] [[File:Flame_atlas_(texture_22).png|16px]] [[File:Flame_atlas_(texture_23).png|16px]] [[File:Flame_atlas_(texture_24).png|16px]] [[File:Flame_atlas_(texture_25).png|16px]] [[File:Flame_atlas_(texture_26).png|16px]] [[File:Flame_atlas_(texture_27).png|16px]] [[File:Flame_atlas_(texture_28).png|16px]] [[File:Flame_atlas_(texture_29).png|16px]] [[File:Flame_atlas_(texture_30).png|16px]] [[File:Flame_atlas_(texture_31).png|16px]]
|{{MC/Tc|-}}
|-
|{{MC/Code|mobspell_ambient}}
|Emitted by players with ambient effects from a [[Minecraft:beacon]] or conduit.
|[[File:Effect (texture 7) JE1 BE1.png|16px]] [[File:Effect (texture 6) JE1 BE1.png|16px]] [[File:Effect (texture 5) JE1 BE1.png|16px]] [[File:Effect (texture 4) JE1 BE1.png|16px]] [[File:Effect (texture 3) JE1 BE1.png|16px]] [[File:Effect (texture 2) JE1 BE1.png|16px]] [[File:Effect (texture 1) JE1 BE1.png|16px]]
|
{|class="wikitable collapsible collapsed"
|+
! Effect
! <abbr title="Hexadecimal color code">Hex</abbr>
|-
|Absorption
|{{color|#2552A5}}
|-
|Bad Omen
|{{color|#0B6138}}
|-
|Blindness
|{{color|#1F1F23}}
|-
|Conduit Power
|{{color|#9208FF}}
|-
|Darkness
|{{color|#292721}}
|-
|[[Minecraft:Fatal Poison]]
|{{color|#4E9331}}
|-
|Fire Resistance
|{{color|#FF9900}}
|-
|Haste
|{{color|#D9C043}}
|-
|Health Boost
|{{color|#F87D23}}
|-
|Hunger
|{{color|#587653}}
|-
|Instant Health
|{{color|#F82423}}
|-
|Instant Damage
|{{color|#A9656A}}
|-
|[[Minecraft:Invisibility]]
|{{color|#F6F6F6}}
|-
|Jump Boost
|{{color|#FDFF84}}
|-
|Levitation
|{{color|#CEFFFF}}
|-
|Mining Fatigue
|{{color|#4A4217}}
|-
|Nausea
|{{color|#551D4A}}
|-
|Night Vision
|{{color|#C2FF66}}
|-
|Poison
|{{color|#87A363}}
|-
|Regeneration
|{{color|#CD5CAB}}
|-
|Resistance
|{{color|#99453A}}
|-
|Slow Falling
|{{color|#FEEAD6}}
|-
|Slowness
|{{color|#8BAFE0}}
|-
|Strength
|{{color|#FFC700}}
|-
|Swiftness
|{{color|#33EBFF}}
|-
|Water Breathing
|{{color|#98DAC0}}
|-
|Weakness
|{{color|#484D48}}
|-
|[[Minecraft:Wither]]
|{{color|#736156}}
|-
|} If an entity has multiple effects, each particle uses the color of one of them at random.
|-
|{{MC/Code|mobspell_emitter}}
|Produced by area of effect clouds from lingering potions, emitted by players with non-ambient effects.
|[[File:Effect (texture 7) JE1 BE1.png|16px]] [[File:Effect (texture 6) JE1 BE1.png|16px]] [[File:Effect (texture 5) JE1 BE1.png|16px]] [[File:Effect (texture 4) JE1 BE1.png|16px]] [[File:Effect (texture 3) JE1 BE1.png|16px]] [[File:Effect (texture 2) JE1 BE1.png|16px]] [[File:Effect (texture 1) JE1 BE1.png|16px]]
|
{|class="wikitable collapsible collapsed"
|+
! Effect
! <abbr title="Hexadecimal color code">Hex</abbr>
|-
|Absorption
|{{color|#2552A5}}
|-
|Bad Omen
|{{color|#0B6138}}
|-
|Blindness
|{{color|#1F1F23}}
|-
|Conduit Power
|{{color|#9208FF}}
|-
|Darkness
|{{color|#292721}}
|-
|Dolphin's Grace
|{{color|#88A3BE}}
|-
|[[Minecraft:Fatal Poison]]
|{{color|#4E9331}}
|-
|Fire Resistance
|{{color|#FF9900}}
|-
|Haste
|{{color|#D9C043}}
|-
|Health Boost
|{{color|#F87D23}}
|-
|Hunger
|{{color|#587653}}
|-
|Instant Health
|{{color|#F82423}}
|-
|Instant Damage
|{{color|#A9656A}}
|-
|[[Minecraft:Invisibility]]
|{{color|#F6F6F6}}
|-
|Jump Boost
|{{color|#FDFF84}}
|-
|Levitation
|{{color|#CEFFFF}}
|-
|Mining Fatigue
|{{color|#4A4217}}
|-
|Nausea
|{{color|#551D4A}}
|-
|Night Vision
|{{color|#C2FF66}}
|-
|Poison
|{{color|#87A363}}
|-
|Regeneration
|{{color|#CD5CAB}}
|-
|Resistance
|{{color|#99453A}}
|-
|Slow Falling
|{{color|#FEEAD6}}
|-
|Slowness
|{{color|#8BAFE0}}
|-
|Strength
|{{color|#FFC700}}
|-
|Swiftness
|{{color|#33EBFF}}
|-
|Water Breathing
|{{color|#98DAC0}}
|-
|Weakness
|{{color|#484D48}}
|-
|[[Minecraft:Wither]]
|{{color|#736156}}
|-
|} Merges with multiple effects when produced by an area of effect cloud. If an entity has multiple effects, each particle uses the color of one of them at random.
|-
|{{MC/Code|mobspell_lingering}}
|Unknown
|Unknown
|Unkown
|-
|{{MC/Code|mycelium_dust_particle}}
|Appears above [[Minecraft:mycelium]].
|[[File:Glitter (texture 0) JE1 BE1.png|16px]]
|Gray.<ref group="note" name="hot_color"></ref>
|-
|{{MC/Code|nectar_drip_particle}}
|Drips off bees that have collected pollen.
|[[File:Drip_Fall_(texture)_JE1_BE1.png|16px]]
|{{color|#ebc7b8}}
|-
|{{MC/Code|note_particle}}
|Produced by [[Minecraft:jukebox]]es while playing a song, produced by note blocks being played.
|[[File:Note.png|16px]]
|{{MC/Info needed}}
|-
|{{MC/Code|obsidian_glow_dust_particle}}
|Appears at coordinates 0, 0, 0, when a glowing obsidian is placed. These particles then reappear when one is nearby every so often. This is most likely a bug.{{MC/Info needed}}<!-- pretty sure this is just a remnant of the pocket edition nether reactor days. I looked up a video of the nether reactor and saw a particle that looked like this, so I think it was just never removed.
 
- I'm gonna leave the old comment, but glowing obsidian particles appear at 0, 0, 0, seemingly at a pulsing pace/when it is placed down and is indeed just a remnant of pocket edition.-->
|[[File:Smoke (texture 7) JE1 BE1.png|16px]] [[File:Smoke (texture 6) JE1 BE1.png|16px]] [[File:Smoke (texture 5) JE1 BE1.png|16px]] [[File:Smoke (texture 4) JE1 BE1.png|16px]] [[File:Smoke (texture 3) JE1 BE1.png|16px]] [[File:Smoke (texture 2) JE1 BE1.png|16px]] [[File:Smoke (texture 1) JE1 BE1.png|16px]] [[File:Glitter (texture 0) JE1 BE1.png|16px]]
|Red.<ref group="note" name="border_falling_color"></ref>
|-
|{{MC/Code|obsidian_tear_particle}}
|Drips off crying obsidian.
|[[File:Drip_Fall_(texture)_JE1_BE1.png|16px]]
|{{color|#8208e3}}
|-
|{{MC/Code|ominous_spawning_particle}}
|Appears when an ominous item spawner spawns a [[Minecraft:item]] during an ominous event.
|[[File:Ominous Spawning JE1.png|16px]]
|Gradient {{color|#FF45AEFE}}{{color|#FFFFFFFF}}
|-
|{{MC/Code|oozing_ambient}}
|Produced by entities with the Oozing effect.
|{{MC/Tc|-}}<ref group="note" name="item_slime_texture">This particle uses the slimeball texture.</ref>
|{{MC/Tc|-}}
|-
|{{MC/Code|oozing_emitter}}
|Emitter that spawns {{MC/Code|oozing_ambient}} at entities with the Oozing effect.
|{{MC/Tc|-}}<ref group="note" name="item_slime_texture">This particle uses the slimeball texture.</ref>
|{{MC/Tc|-}}
|-
|{{MC/Code|pale_oak_leaves_particle}}
|Falls off pale oak leaves.
|[[File:Pale_oak_(texture_00)_JE1.png|class=pixel-image|width=16x16]] [[File:Pale_oak_(texture_01)_JE1.png|class=pixel-image|width=16x16]] [[File:Pale_oak_(texture_02)_JE1.png|class=pixel-image|width=16x16]] [[File:Pale_oak_(texture_03)_JE1.png.png|class=pixel-image|width=16x16]] [[File:Pale_oak_(texture_04)_JE1.png.png|class=pixel-image|width=16x16]] [[File:Pale_oak_(texture_05)_JE1.png|class=pixel-image|width=16x16]] [[File:Pale_oak_(texture_06)_JE1.png|class=pixel-image|width=16x16]] [[File:Pale_oak_(texture_07)_JE1.png|class=pixel-image|width=16x16]] [[File:Pale_oak_(texture_08)_JE1.png|class=pixel-image|width=16x16]] [[File:Pale_oak_(texture_09)_JE1.png|class=pixel-image|width=16x16]] [[File:Pale_oak_(texture_10)_JE1.png|class=pixel-image|width=16x16]] [[File:Pale_oak_(texture_11)_JE1.png|class=pixel-image|width=16x16]]
|Corresponds to the color of the leaves it's created by.
|-
|{{MC/Code|phantom_trail_particle}}
|Trails behind the wings of phantoms.
|[[File:Glitter (texture 0) JE1 BE1.png|16px]]
|Gray.<ref group="note" name="hot_color"></ref>
|-
|{{MC/Code|portal_directional}}
|Floats toward where an ender pearl broke, floats behind a teleporting dragon egg.
|[[File:Glitter (texture 0) JE1 BE1.png|16px]] [[File:Smoke (texture 1) JE1 BE1.png|16px]] [[File:Smoke (texture 2) JE1 BE1.png|16px]] [[File:Smoke (texture 3) JE1 BE1.png|16px]] [[File:Smoke (texture 4) JE1 BE1.png|16px]] [[File:Smoke (texture 5) JE1 BE1.png|16px]] [[File:Smoke (texture 6) JE1 BE1.png|16px]] [[File:Smoke (texture 7) JE1 BE1.png|16px]]
|Purple or magenta.<ref group="note" name="basic_portal_color"></ref>
|-
|{{MC/Code|portal_east_west}}
|Floats toward nether portals and end gateway portals along the x axis.
|[[File:Glitter (texture 0) JE1 BE1.png|16px]] [[File:Smoke (texture 1) JE1 BE1.png|16px]] [[File:Smoke (texture 2) JE1 BE1.png|16px]] [[File:Smoke (texture 3) JE1 BE1.png|16px]] [[File:Smoke (texture 4) JE1 BE1.png|16px]] [[File:Smoke (texture 5) JE1 BE1.png|16px]] [[File:Smoke (texture 6) JE1 BE1.png|16px]] [[File:Smoke (texture 7) JE1 BE1.png|16px]]
|{{MC/Info needed}}
|-
|{{MC/Code|portal_north_south}}
|Floats toward nether portals and end gateway portals along the z axis.
|[[File:Glitter (texture 0) JE1 BE1.png|16px]] [[File:Smoke (texture 1) JE1 BE1.png|16px]] [[File:Smoke (texture 2) JE1 BE1.png|16px]] [[File:Smoke (texture 3) JE1 BE1.png|16px]] [[File:Smoke (texture 4) JE1 BE1.png|16px]] [[File:Smoke (texture 5) JE1 BE1.png|16px]] [[File:Smoke (texture 6) JE1 BE1.png|16px]] [[File:Smoke (texture 7) JE1 BE1.png|16px]]
|{{MC/Info needed}}
|-
|{{MC/Code|portal_reverse_particle}}
|Floats off the top of respawn anchors.
|[[File:Glitter (texture 0) JE1 BE1.png|16px]] [[File:Smoke (texture 1) JE1 BE1.png|16px]] [[File:Smoke (texture 2) JE1 BE1.png|16px]] [[File:Smoke (texture 3) JE1 BE1.png|16px]] [[File:Smoke (texture 4) JE1 BE1.png|16px]] [[File:Smoke (texture 5) JE1 BE1.png|16px]] [[File:Smoke (texture 6) JE1 BE1.png|16px]] [[File:Smoke (texture 7) JE1 BE1.png|16px]]
|Purple or magenta.<ref group="note" name="basic_portal_color"></ref>
|-
|{{MC/Code|raid_omen_ambient}}
|Produced by players and mobs with the Raid Omen effect.
|[[File:Raid Omen particle JE1.png|16px]]
|{{MC/Tc|-}}
|-
|{{MC/Code|raid_omen_emitter}}
|Emitter that spawns {{MC/Code|raid_omen_ambient}} at entities with the Raid Omen effect.
|[[File:Raid Omen particle JE1.png|16px]]
|{{MC/Tc|-}}
|-
|{{MC/Code|rain_splash_particle}}
|Appears when ice bombs are produced in a lab table, produced when {{MC/Code|stalactite_water_drip_particle}} or {{MC/Code|water_drip_particle}} particles hit the ground, produced when rain hits the ground.
|[[File:Splash (texture 0) JE1 BE1.png|16px]] [[File:Splash (texture 1) JE1 BE1.png|16px]] [[File:Splash (texture 2) JE1 BE1.png|16px]] [[File:Splash (texture 3) JE1 BE1.png|16px]]
|{{MC/Tc|-}}
|-
|{{MC/Code|redstone_ore_dust_particle}}
|Emitted by redstone ore
|[[File:Smoke (texture 7) JE1 BE1.png|16px]] [[File:Smoke (texture 6) JE1 BE1.png|16px]] [[File:Smoke (texture 5) JE1 BE1.png|16px]] [[File:Smoke (texture 4) JE1 BE1.png|16px]] [[File:Smoke (texture 3) JE1 BE1.png|16px]] [[File:Smoke (texture 2) JE1 BE1.png|16px]] [[File:Smoke (texture 1) JE1 BE1.png|16px]] [[File:Glitter (texture 0) JE1 BE1.png|16px]]
|Red.<ref group="note" name="border_falling_color"></ref>
|-
|{{MC/Code|redstone_repeater_dust_particle}}
|Emitted by powered redstone repeaters.
|[[File:Smoke (texture 7) JE1 BE1.png|16px]] [[File:Smoke (texture 6) JE1 BE1.png|16px]] [[File:Smoke (texture 5) JE1 BE1.png|16px]] [[File:Smoke (texture 4) JE1 BE1.png|16px]] [[File:Smoke (texture 3) JE1 BE1.png|16px]] [[File:Smoke (texture 2) JE1 BE1.png|16px]] [[File:Smoke (texture 1) JE1 BE1.png|16px]] [[File:Glitter (texture 0) JE1 BE1.png|16px]]
|Red.<ref group="note" name="border_falling_color"></ref>
|-
|{{MC/Code|redstone_torch_dust_particle}}
|Emitted by powered redstone torches.
|[[File:Smoke (texture 7) JE1 BE1.png|16px]] [[File:Smoke (texture 6) JE1 BE1.png|16px]] [[File:Smoke (texture 5) JE1 BE1.png|16px]] [[File:Smoke (texture 4) JE1 BE1.png|16px]] [[File:Smoke (texture 3) JE1 BE1.png|16px]] [[File:Smoke (texture 2) JE1 BE1.png|16px]] [[File:Smoke (texture 1) JE1 BE1.png|16px]] [[File:Glitter (texture 0) JE1 BE1.png|16px]]
|Red.<ref group="note" name="border_falling_color"></ref>
|-
|{{MC/Code|redstone_wire_dust_particle}}
|Emitted by powered redstone dust.
|[[File:Smoke (texture 7) JE1 BE1.png|16px]] [[File:Smoke (texture 6) JE1 BE1.png|16px]] [[File:Smoke (texture 5) JE1 BE1.png|16px]] [[File:Smoke (texture 4) JE1 BE1.png|16px]] [[File:Smoke (texture 3) JE1 BE1.png|16px]] [[File:Smoke (texture 2) JE1 BE1.png|16px]] [[File:Smoke (texture 1) JE1 BE1.png|16px]] [[File:Glitter (texture 0) JE1 BE1.png|16px]]
|Red.<ref group="note" name="border_falling_color"></ref>
|-
|{{MC/Code|rising_border_dust_particle}}
|Rises off the top of border blocks.
|[[File:Spell (texture 7) JE1 BE1.png|16px]] [[File:Spell (texture 6) JE1 BE1.png|16px]] [[File:Spell (texture 5) JE1 BE1.png|16px]] [[File:Spell (texture 4) JE1 BE1.png|16px]] [[File:Spell (texture 3) JE1 BE1.png|16px]] [[File:Spell (texture 2) JE1 BE1.png|16px]] [[File:Spell (texture 1) JE1 BE1.png|16px]]
|Red.<ref group="note" name="border_falling_color"></ref>
|-
|{{MC/Code|sculk_charge_particle}}
|Produced by a traveling sculk charge.
|[[File:Sculk_Charge_(texture_0)_JE1_BE1.png|16px]] [[File:Sculk_Charge_(texture_1)_JE1_BE1.png|16px]] [[File:Sculk_Charge_(texture_2)_JE1_BE1.png|16px]] [[File:Sculk_Charge_(texture_3)_JE1_BE1.png|16px]] [[File:Sculk_Charge_(texture_4)_JE1_BE1.png|16px]] [[File:Sculk_Charge_(texture_5)_JE1_BE1.png|16px]] [[File:Sculk_Charge_(texture_6)_JE1_BE1.png|16px]]
|{{MC/Tc|-}}
|-
|{{MC/Code|sculk_charge_pop_particle}}
|Produced when a sculk charge ends and pops.
|[[File:Sculk_Charge_Pop_(texture_0)_JE1_BE1.png|16px]] [[File:Sculk_Charge_Pop_(texture_1)_JE1_BE1.png|16px]] [[File:Sculk_Charge_Pop_(texture_2)_JE1_BE1.png|16px]] [[File:Sculk_Charge_Pop_(texture_3)_JE1_BE1.png|16px]]
|{{MC/Tc|-}}
|-
|{{MC/Code|sculk_sensor_redstone_particle}}
|Emitted by activated sculk sensors.
|[[File:Smoke (texture 7) JE1 BE1.png|16px]] [[File:Smoke (texture 6) JE1 BE1.png|16px]] [[File:Smoke (texture 5) JE1 BE1.png|16px]] [[File:Smoke (texture 4) JE1 BE1.png|16px]] [[File:Smoke (texture 3) JE1 BE1.png|16px]] [[File:Smoke (texture 2) JE1 BE1.png|16px]] [[File:Smoke (texture 1) JE1 BE1.png|16px]] [[File:Glitter (texture 0) JE1 BE1.png|16px]]
|Red, fades to blue.<ref group="note" name="sculk_sensor_color">Determined by the formula {{code|"color": { "gradient": { "0.1": [ "(variable.particle_random_1 * 0.2 + 0.8) * (variable.particle_random_2 * 0.4 + 0.6)", 0, 0 , 1], "0.7": [ 0, 0, "(variable.particle_random_1 * 0.2 + 0.8) * (variable.particle_random_2 * 0.4 + 0.6)", 1], "1.7": [ 0, 0, "(variable.particle_random_1 * 0.2 + 0.8) * (variable.particle_random_2 * 0.4 + 0.6)", 0] }, "interpolant": "variable.particle_age" }}}</ref>
|-
|{{MC/Code|sculk_soul_particle}}
|Appears over sculk catalysts when activated.
|[[File:Sculk_Soul_(texture_0)_BE1.png|16px]] [[File:Sculk_Soul_(texture_1)_BE1.png|16px]] [[File:Sculk_Soul_(texture_2)_BE1.png|16px]] [[File:Sculk_Soul_(texture_3)_BE1.png|16px]] [[File:Sculk_Soul_(texture_4)_BE1.png|16px]] [[File:Sculk_Soul_(texture_5)_BE1.png|16px]] [[File:Sculk_Soul_(texture_6)_BE1.png|16px]] [[File:Sculk_Soul_(texture_7)_BE1.png|16px]] [[File:Sculk_Soul_(texture_8)_BE1.png|16px]] [[File:Sculk_Soul_(texture_9)_BE1.png|16px]] [[File:Sculk_Soul_(texture_10)_BE1.png|16px]]
|{{MC/Tc|-}}
|-
|{{MC/Code|shriek_particle}}
|Produced by sculk shriekers when activated.
|[[File:Shriek_BE1.png|16px]]
|{{MC/Tc|-}}
|-
|{{MC/Code|shulker_bullet}}
|Trails behind shulker bullets.
|[[File:Glitter (texture 7) JE1 BE1.png|16px]] [[File:Glitter (texture 6) JE1 BE1.png|16px]] [[File:Glitter (texture 5) JE1 BE1.png|16px]] [[File:Glitter (texture 4) JE1 BE1.png|16px]] [[File:Glitter (texture 3) JE1 BE1.png|16px]] [[File:Glitter (texture 2) JE1 BE1.png|16px]] [[File:Glitter (texture 1) JE1 BE1.png|16px]] [[File:Glitter (texture 0) JE1 BE1.png|16px]]
|Gray.<ref group="note" name="balloon_gas_color"></ref>
|-
|{{MC/Code|silverfish_grief_emitter}}
|Left behind by silverfish entering stone blocks.
|[[File:Smoke (texture 7) JE1 BE1.png|16px]] [[File:Smoke (texture 6) JE1 BE1.png|16px]] [[File:Smoke (texture 5) JE1 BE1.png|16px]] [[File:Smoke (texture 4) JE1 BE1.png|16px]] [[File:Smoke (texture 3) JE1 BE1.png|16px]] [[File:Smoke (texture 2) JE1 BE1.png|16px]] [[File:Smoke (texture 1) JE1 BE1.png|16px]] [[File:Glitter (texture 0) JE1 BE1.png|16px]]
|Gray.<ref group="note" name="death_color"></ref>
|-
|{{MC/Code|small_flame_particle}}
|Represents the flame of [[Minecraft:candle]]s.
|[[File:Flame.png|16px]]
|{{MC/Tc|-}}
|-
|{{MC/Code|small_soul_fire_flame_particle}}
|Unknown
|[[File:Soul Flame.png|16px]]
|{{MC/Tc|-}}
|-
|{{MC/Code|smash_ground_particle}}
|Produced by [[Minecraft:mace]] smash attacks.
|{{MC/Tc|-}}<ref group="note" name="dust_pillar_texture">Texture used is dependent on which block the targeted mob is standing on.</ref>
|{{MC/Tc|-}}
|-
|{{MC/Code|smash_ground_particle_center}}
|Produced by [[Minecraft:mace]] smash attacks.
|{{MC/Tc|-}}<ref group="note" name="dust_pillar_texture">Texture used is dependent on which block the targeted mob is standing on.</ref>
|{{MC/Tc|-}}
|-
|{{MC/Code|sneeze}}
|Sneezed out by pandas.
|[[File:Smoke (texture 7) JE1 BE1.png|16px]] [[File:Smoke (texture 6) JE1 BE1.png|16px]] [[File:Smoke (texture 5) JE1 BE1.png|16px]] [[File:Smoke (texture 4) JE1 BE1.png|16px]] [[File:Smoke (texture 3) JE1 BE1.png|16px]] [[File:Smoke (texture 2) JE1 BE1.png|16px]] [[File:Smoke (texture 1) JE1 BE1.png|16px]] [[File:Glitter (texture 0) JE1 BE1.png|16px]]
|Green
|-
|{{MC/Code|snowflake_particle}}
|Produced by entities in powder snow.
|[[File:Glitter (texture 0) JE1 BE1.png|16px]] [[File:Smoke (texture 1) JE1 BE1.png|16px]] [[File:Smoke (texture 2) JE1 BE1.png|16px]] [[File:Smoke (texture 3) JE1 BE1.png|16px]] [[File:Smoke (texture 4) JE1 BE1.png|16px]] [[File:Smoke (texture 5) JE1 BE1.png|16px]]
|{{color|#dfe5ed}}
|-
|{{MC/Code|sonic_explosion}}
|Spat out by the [[Minecraft:warden]] during its sonic boom attack.
|[[File:Sonic_Explosion_(texture_0)_JE1_BE1.png|16px]] [[File:Sonic_Explosion_(texture_1)_JE1_BE1.png|16px]] [[File:Sonic_Explosion_(texture_2)_JE1_BE1.png|16px]] [[File:Sonic_Explosion_(texture_3)_JE1_BE1.png|16px]] [[File:Sonic_Explosion_(texture_4)_JE1_BE1.png|16px]] [[File:Sonic_Explosion_(texture_5)_JE1_BE1.png|16px]] [[File:Sonic_Explosion_(texture_6)_JE1_BE1.png|16px]] [[File:Sonic_Explosion_(texture_7)_JE1_BE1.png|16px]] [[File:Sonic_Explosion_(texture_8)_JE1_BE1.png|16px]] [[File:Sonic_Explosion_(texture_9)_JE1_BE1.png|16px]] [[File:Sonic_Explosion_(texture_10)_JE1_BE1.png|16px]] [[File:Sonic_Explosion_(texture_11)_JE1_BE1.png|16px]] [[File:Sonic_Explosion_(texture_12)_JE1_BE1.png|16px]] [[File:Sonic_Explosion_(texture_13)_JE1_BE1.png|16px]] [[File:Sonic_Explosion_(texture_14)_JE1_BE1.png|16px]] [[File:Sonic_Explosion_(texture_15)_JE1_BE1.png|16px]]
|{{MC/Tc|-}}
|-
|{{MC/Code|soul_particle}}
|Produced when walking on soul sand or soul soil while wearing boots enchanted with soul speed.
|[[File:Soul (texture 0) JE1 BE1.png|16px]] [[File:Soul (texture 1) JE1 BE1.png|16px]] [[File:Soul (texture 2) JE1 BE1.png|16px]] [[File:Soul (texture 3) JE1 BE1.png|16px]] [[File:Soul (texture 4) JE1 BE1.png|16px]] [[File:Soul (texture 5) JE1 BE1.png|16px]] [[File:Soul (texture 6) JE1 BE1.png|16px]] [[File:Soul (texture 7) JE1 BE1.png|16px]] [[File:Soul (texture 8) JE1 BE1.png|16px]] [[File:Soul (texture 9) JE1 BE1.png|16px]] [[File:Soul (texture 10) JE1 BE1.png|16px]]
|{{MC/Tc|-}}
|-
|{{MC/Code|sparkler_emitter}}
|Emitted by [[Minecraft:sparkler]]s.
|[[File:Spark (texture 0) JE1 BE1.png|16px]] [[File:Spark (texture 1) JE1 BE1.png|16px]] [[File:Spark (texture 2) JE1 BE1.png|16px]] [[File:Spark (texture 3) JE1 BE1.png|16px]] [[File:Spark (texture 4) JE1 BE1.png|16px]] [[File:Spark (texture 5) JE1 BE1.png|16px]] [[File:Spark (texture 6) JE1 BE1.png|16px]] [[File:Spark (texture 7) JE1 BE1.png|16px]]
|{{MC/Info needed}}
|-
|{{MC/Code|splash_spell_emitter}}
|Produced by dragon fireballs exploding, produced when bottles o' enchanting hit the ground, produced when splash potions hit the ground, produced when lingering potions hit the ground.
|[[File:Effect (texture 7) JE1 BE1.png|16px]] [[File:Effect (texture 6) JE1 BE1.png|16px]] [[File:Effect (texture 5) JE1 BE1.png|16px]] [[File:Effect (texture 4) JE1 BE1.png|16px]] [[File:Effect (texture 3) JE1 BE1.png|16px]] [[File:Effect (texture 2) JE1 BE1.png|16px]] [[File:Effect (texture 1) JE1 BE1.png|16px]]
|
{|class="wikitable collapsible collapsed"
|+
! Effect
! <abbr title="Hexadecimal color code">Hex</abbr>
|-
|Absorption
|{{color|#2552A5}}
|-
|Bad Omen
|{{color|#0B6138}}
|-
|Blindness
|{{color|#1F1F23}}
|-
|Conduit Power
|{{color|#9208FF}}
|-
|Darkness
|{{color|#292721}}
|-
|Dolphin's Grace
|{{color|#88A3BE}}
|-
|[[Minecraft:Fatal Poison]]
|{{color|#4E9331}}
|-
|Fire Resistance
|{{color|#FF9900}}
|-
|Haste
|{{color|#D9C043}}
|-
|Health Boost
|{{color|#F87D23}}
|-
|Hunger
|{{color|#587653}}
|-
|Instant Health
|{{color|#F82423}}
|-
|Instant Damage
|{{color|#A9656A}}
|-
|[[Minecraft:Invisibility]]
|{{color|#F6F6F6}}
|-
|Jump Boost
|{{color|#FDFF84}}
|-
|Levitation
|{{color|#CEFFFF}}
|-
|Mining Fatigue
|{{color|#4A4217}}
|-
|Nausea
|{{color|#551D4A}}
|-
|Night Vision
|{{color|#C2FF66}}
|-
|Poison
|{{color|#87A363}}
|-
|Regeneration
|{{color|#CD5CAB}}
|-
|Resistance
|{{color|#99453A}}
|-
|Slow Falling
|{{color|#FEEAD6}}
|-
|Slowness
|{{color|#8BAFE0}}
|-
|Strength
|{{color|#FFC700}}
|-
|Swiftness
|{{color|#33EBFF}}
|-
|Water Breathing
|{{color|#98DAC0}}
|-
|Weakness
|{{color|#484D48}}
|-
|[[Minecraft:Wither]]
|{{color|#736156}}
|-
|} Merges with multiple effects.
|-
|{{MC/Code|sponge_absorb_water_particle}}
|Unused.{{MC/Info needed}}
|[[File:Bubble.png|16px]]
|{{MC/Tc|-}}
|-
|{{MC/Code|spore_blossom_ambient_particle}}
|Floats in the air around spore blossoms.
|[[File:Drip_Fall_(texture)_JE1_BE1.png|16px]]
|{{color|#528038}}
|-
|{{MC/Code|spore_blossom_shower_particle}}
|Drips from spore blossoms.
|[[File:Drip_Fall_(texture)_JE1_BE1.png|16px]]
|{{color|#528038}}
|-
|{{MC/Code|squid_flee_particle}}
|Unused.{{MC/Info needed}}
|[[File:Bubble.png|16px]]
|{{MC/Tc|-}}
|-
|{{MC/Code|squid_ink_bubble}}
|Produced by squid and glow squid being hit.
|[[File:Gray_Bubble_(texture)_BE1.png|16px]]
|{{color|#0001f4}}
|-
|{{MC/Code|squid_move_particle}}
|Unused.{{MC/Info needed}}
|[[File:Gray_Bubble_(texture)_BE1.png|16px]]
|{{color|#0001f4}}
|-
|{{MC/Code|stalactite_lava_drip_particle}}
|Drips from pointed dripstone with [[Minecraft:lava]] above it.
|[[File:Drip_Fall_(texture)_JE1_BE1.png|16px]]
|Orange.<ref group="note" name="lava_drip_color"></ref>
|-
|{{MC/Code|stalactite_water_drip_particle}}
|Drips from pointed dripstone with [[Minecraft:water]] or any non-lava block above.
|[[File:Drip_Fall_(texture)_JE1_BE1.png|16px]]
|{{color|#334dff}}
|-
|{{MC/Code|stunned_emitter}}
|Produced when a ravager is stunned after being blocked by a [[Minecraft:shield]].
|[[File:Effect (texture 7) JE1 BE1.png|16px]] [[File:Effect (texture 6) JE1 BE1.png|16px]] [[File:Effect (texture 5) JE1 BE1.png|16px]] [[File:Effect (texture 4) JE1 BE1.png|16px]] [[File:Effect (texture 3) JE1 BE1.png|16px]] [[File:Effect (texture 2) JE1 BE1.png|16px]] [[File:Effect (texture 1) JE1 BE1.png|16px]]
|{{color|#7f8392}}
|-
|{{MC/Code|totem_manual}}
|Unused.{{MC/Info needed}}
|[[File:Glitter (texture 0) JE1 BE1.png|16px]] [[File:Glitter (texture 1) JE1 BE1.png|16px]] [[File:Glitter (texture 2) JE1 BE1.png|16px]] [[File:Glitter (texture 3) JE1 BE1.png|16px]] [[File:Glitter (texture 4) JE1 BE1.png|16px]] [[File:Glitter (texture 5) JE1 BE1.png|16px]] [[File:Glitter (texture 6) JE1 BE1.png|16px]] [[File:Glitter (texture 7) JE1 BE1.png|16px]]
|Yellow or green.<ref group="note" name="totem_color">Determined by the formula {{code|"color": { "gradient": [ [ 0.1, 0.4, 0, 1 ], [ 0.6, 0.6, 0, 1 ], [ 0.3, 0.6, 0.2, 1 ], [ 0.8, 0.8, 0.2, 1 ], [ 0, 0.8, 0, 1 ] ], "interpolant": "variable.particle_random_2" }}}</ref>
|-
|{{MC/Code|totem_particle}}
|Produced when a totem of undying is used.
|[[File:Glitter (texture 0) JE1 BE1.png|16px]] [[File:Glitter (texture 1) JE1 BE1.png|16px]] [[File:Glitter (texture 2) JE1 BE1.png|16px]] [[File:Glitter (texture 3) JE1 BE1.png|16px]] [[File:Glitter (texture 4) JE1 BE1.png|16px]] [[File:Glitter (texture 5) JE1 BE1.png|16px]] [[File:Glitter (texture 6) JE1 BE1.png|16px]] [[File:Glitter (texture 7) JE1 BE1.png|16px]]
|Yellow or green.<ref group="note" name="totem_color"></ref>
|-
|{{MC/Code|trial_omen_ambient}}
|Produced by players and mobs with the Trial Omen effect.
|[[File:Trial Omen Particle JE1.png|16px]]
|{{MC/Tc|-}}
|-
|{{MC/Code|trial_omen_emitter}}
|Emitter that spawns {{MC/Code|trial_omen_ambient}} entities with the Trial Omen effect.
|[[File:Trial Omen Particle JE1.png|16px]]
|{{MC/Tc|-}}
|-
|{{MC/Code|trial_omen_single}}
|Produced by players and mobs with the Trial Omen effect.
|[[File:Trial Omen Particle JE1.png|16px]]
|{{MC/Tc|-}}
|-
|{{MC/Code|trial_spawner_detection}}
|Produced when a trial spawner is activated.
|[[File:Trial spawner detection (texture 0) JE1 BE1.png|16px]][[File:Trial spawner detection (texture 1) JE1 BE1.png|16px]][[File:Trial spawner detection (texture 2) JE1 BE1.png|16px]][[File:Trial spawner detection (texture 3) JE1 BE1.png|16px]][[File:Trial spawner detection (texture 4) JE1 BE1.png|16px]]
|{{MC/Tc|-}}
|-
|{{MC/Code|trial_spawner_detection_ominous}}
|Produced when an ominous trial spawner is activated.
|[[File:Ominous Trial Spawner Detection (Texture 0).png|16px]][[File:Ominous Trial Spawner Detection (Texture 1).png|16px]][[File:Ominous Trial Spawner Detection (Texture 2).png|16px]][[File:Ominous Trial Spawner Detection (Texture 3).png|16px]][[File:Ominous Trial Spawner Detection (Texture 4).png|16px]]
|{{MC/Tc|-}}
|-
|{{MC/Code|underwater_torch_particle}}
|Produced by underwater torches.
|[[File:Bubble.png|16px]]
|{{MC/Tc|-}}
|-
|{{MC/Code|vault_connection}}
|Produced when a player is near a [[Minecraft:vault]].
|[[File:Vault connection JE1 BE1.png|16px]]
|{{MC/Tc|-}}
|-
|{{MC/Code|vibration_signal}}
|Travels from a vibration source to a sculk sensor or a warden, travels from a note block to an allay.
|[[File:Vibration Signal (frame 0) JE1 BE1.png|18px]] [[File:Vibration Signal (frame 1) JE1 BE1.png|18px]] [[File:Vibration Signal (frame 2) JE1 BE1.png|18px]] [[File:Vibration Signal (frame 3) JE1 BE1.png|18px]] [[File:Vibration Signal (frame 4) JE1 BE1.png|18px]] [[File:Vibration Signal (frame 5) JE1 BE1.png|18px]] [[File:Vibration Signal (frame 6) JE1 BE1.png|18px]]
|{{MC/Tc|-}}
|-
|{{MC/Code|villager_angry}}
|Produced when hitting a [[Minecraft:villager]], produced when villagers fail to breed, produced by villagers and the block when they lose a job site block or a [[Minecraft:bed]].
|[[File:Angry Villager.png|16px]]
|{{MC/Tc|-}}
|-
|{{MC/Code|villager_happy}}
|Produced by villagers and the block when villagers claim a job site block or a bed, produced when feeding baby animals, appears when trading with villagers. Emissive with Vibrant Visuals.
|[[File:Glint.png|16px]]
|{{MC/Tc|-}}
|-
|{{MC/Code|warden_dig}}
|Created when the warden emerges from the ground.
|{{MC/Tc|-}}<ref group="note" name="block breaking note"></ref>
|{{MC/Tc|-}}
|-
|{{MC/Code|water_drip_particle}}
|Seeps through blocks with water above, drips off wet sponges, drips from pointed dripstone with water above when it fills a cauldron below.
|[[File:Drip_Fall_(texture)_JE1_BE1.png|16px]]
|{{color|#334dff}}
|-
|{{MC/Code|water_evaporation_actor_emitter}}
|Produced when entities on fire enter water, produced when powder snow sublimates.
|[[File:Smoke (texture 7) JE1 BE1.png|16px]] [[File:Smoke (texture 6) JE1 BE1.png|16px]] [[File:Smoke (texture 5) JE1 BE1.png|16px]] [[File:Smoke (texture 4) JE1 BE1.png|16px]] [[File:Smoke (texture 3) JE1 BE1.png|16px]] [[File:Smoke (texture 2) JE1 BE1.png|16px]] [[File:Smoke (texture 1) JE1 BE1.png|16px]] [[File:Glitter (texture 0) JE1 BE1.png|16px]]
|Gray.<ref group="note" name="death_color"></ref>
|-
|{{MC/Code|water_evaporation_bucket_emitter}}
|Appears when placing water buckets in the Nether.
|[[File:Smoke (texture 7) JE1 BE1.png|16px]] [[File:Smoke (texture 6) JE1 BE1.png|16px]] [[File:Smoke (texture 5) JE1 BE1.png|16px]] [[File:Smoke (texture 4) JE1 BE1.png|16px]] [[File:Smoke (texture 3) JE1 BE1.png|16px]] [[File:Smoke (texture 2) JE1 BE1.png|16px]] [[File:Smoke (texture 1) JE1 BE1.png|16px]] [[File:Glitter (texture 0) JE1 BE1.png|16px]]
|Gray.<ref group="note" name="death_color"></ref>
|-
|{{MC/Code|water_evaporation_manual}}
|Unused.{{MC/Info needed}}
|[[File:Smoke (texture 7) JE1 BE1.png|16px]] [[File:Smoke (texture 6) JE1 BE1.png|16px]] [[File:Smoke (texture 5) JE1 BE1.png|16px]] [[File:Smoke (texture 4) JE1 BE1.png|16px]] [[File:Smoke (texture 3) JE1 BE1.png|16px]] [[File:Smoke (texture 2) JE1 BE1.png|16px]] [[File:Smoke (texture 1) JE1 BE1.png|16px]] [[File:Glitter (texture 0) JE1 BE1.png|16px]]
|Gray.<ref group="note" name="death_color"></ref>
|-
|{{MC/Code|water_splash_particle}}
|Appears when splashing at the top of bubble columns, appears when ice bombs are produced in a lab table, shaken off by wolves.
|[[File:Splash (texture 0) JE1 BE1.png|16px]] [[File:Splash (texture 1) JE1 BE1.png|16px]] [[File:Splash (texture 2) JE1 BE1.png|16px]] [[File:Splash (texture 3) JE1 BE1.png|16px]]
|{{MC/Tc|-}}
|-
|{{MC/Code|water_splash_particle_manual}}
|Produced by entities splashing in water, produced by fishing bobbers splashing.
|[[File:Splash (texture 0) JE1 BE1.png|16px]] [[File:Splash (texture 1) JE1 BE1.png|16px]] [[File:Splash (texture 2) JE1 BE1.png|16px]] [[File:Splash (texture 3) JE1 BE1.png|16px]]
|{{MC/Tc|-}}
|-
|{{MC/Code|water_wake_particle}}
|Represents the fish trail when fishing.
|[[File:Splash (texture 0) JE1 BE1.png|16px]] [[File:Splash (texture 1) JE1 BE1.png|16px]] [[File:Splash (texture 2) JE1 BE1.png|16px]] [[File:Splash (texture 3) JE1 BE1.png|16px]]
|{{MC/Tc|-}}
|-
|{{MC/Code|wax_particle}}
|Appears when scraping oxidization or wax off copper, appears when waxing copper.
|[[File:Glow_(texture)_JE1_BE1.png|16px]]
|{{MC/Info needed}}
|-
|{{MC/Code|weaving_ambient}}
|Produced by entities with the Weaving effect.
|{{MC/Tc|-}}<ref group="note" name=item_cobweb_texture>This particle uses the cobweb texture.</ref>
|{{MC/Tc|-}}
|-
|{{MC/Code|weaving_emitter}}
|Emitter that spawns {{MC/Code|weaving_ambient}}at entities with the Weaving effect.
|{{MC/Tc|-}}<ref group="note" name=item_cobweb_texture>This particle uses the cobweb texture.</ref>
|{{MC/Tc|-}}
|-
|{{MC/Code|white_smoke_particle}}
|Emitted by [[Minecraft:crafter]]s when ejecting an item.
|[[File:Smoke (texture 7) JE1 BE1.png|16px]] [[File:Smoke (texture 6) JE1 BE1.png|16px]] [[File:Smoke (texture 5) JE1 BE1.png|16px]] [[File:Smoke (texture 4) JE1 BE1.png|16px]] [[File:Smoke (texture 3) JE1 BE1.png|16px]] [[File:Smoke (texture 2) JE1 BE1.png|16px]] [[File:Smoke (texture 1) JE1 BE1.png|16px]] [[File:Glitter (texture 0) JE1 BE1.png|16px]]
|White
|-
|{{MC/Code|wind_charged_ambient}}
|Produced by mobs with the Wind Charged effect.
|[[File:Small Gust (Texture 0).png|16px]] [[File:Small Gust (Texture 1).png|16px]] [[File:Small Gust (Texture 2).png|16px]] [[File:Small Gust (Texture 3).png|16px]] [[File:Small Gust (Texture 4).png|16px]] [[File:Small Gust (Texture 5).png|16px]] [[File:Small Gust (Texture 6).png|16px]]
|{{MC/Tc|-}}
|-
|{{MC/Code|wind_charged_emitter}}
|Emitter that spawns {{MC/Code|wind_charged_ambient}} at mobs with the Wind Charged effect.
|[[File:Small Gust (Texture 0).png|16px]] [[File:Small Gust (Texture 1).png|16px]] [[File:Small Gust (Texture 2).png|16px]] [[File:Small Gust (Texture 3).png|16px]] [[File:Small Gust (Texture 4).png|16px]] [[File:Small Gust (Texture 5).png|16px]] [[File:Small Gust (Texture 6).png|16px]]
|{{MC/Tc|-}}
|-
|{{MC/Code|wind_explosion_emitter}}
|Created when a wind charge hits a block. Spawns a number of gust particles.
|[[File:Explosion (texture 0) BE1.png|16px]] [[File:Explosion (texture 1) BE1.png|16px]] [[File:Explosion (texture 2) BE1.png|16px]] [[File:Explosion (texture 3) BE1.png|16px]] [[File:Explosion (texture 4) BE1.png|16px]] [[File:Explosion (texture 5) BE1.png|16px]] [[File:Explosion (texture 6) BE1.png|16px]] [[File:Explosion (texture 7) BE1.png|16px]] [[File:Explosion (texture 8) BE1.png|16px]] [[File:Explosion (texture 9) BE1.png|16px]] [[File:Explosion (texture 10) BE1.png|16px]] [[File:Explosion (texture 11) BE1.png|16px]] [[File:Explosion (texture 12) BE1.png|16px]] [[File:Explosion (texture 13) BE1.png|16px]] [[File:Explosion (texture 14) BE1.png|16px]] [[File:Explosion (texture 15) BE1.png|16px]]
|Gray
|-
|{{MC/Code|witchspell_emitter}}
|Emitted by [[Minecraft:witch]]es.
|[[File:Spark (texture 0) JE1 BE1.png|16px]] [[File:Spell (texture 1) JE1 BE1.png|16px]] [[File:Spell (texture 2) JE1 BE1.png|16px]] [[File:Spell (texture 3) JE1 BE1.png|16px]] [[File:Spell (texture 4) JE1 BE1.png|16px]] [[File:Spell (texture 5) JE1 BE1.png|16px]] [[File:Spell (texture 6) JE1 BE1.png|16px]] [[File:Spell (texture 7) JE1 BE1.png|16px]]
|Purple
|-
|{{MC/Code|wither_boss_invulnerable}}
|Emitted by the wither while it is invulnerable as it is being born, produced by the wither's armor when it is at half health.
|[[File:Effect (texture 7) JE1 BE1.png|16px]] [[File:Effect (texture 6) JE1 BE1.png|16px]] [[File:Effect (texture 5) JE1 BE1.png|16px]] [[File:Effect (texture 4) JE1 BE1.png|16px]] [[File:Effect (texture 3) JE1 BE1.png|16px]] [[File:Effect (texture 2) JE1 BE1.png|16px]] [[File:Effect (texture 1) JE1 BE1.png|16px]]
|{{color|#000000}}
|-
|}
 
== Issues ==
{{MC/Issue list|particles}}
 
== History ==
{{MC/For|a history of particle texture changes|Java Edition history of textures/Particles|Bedrock Edition history of textures/Particles}}
{{MC/Expand section|Particles in 1.16/1.17 - Historical particles associated with cauldrons in Bedrock Edition}}
{{HistoryTable
|{{MC/HistoryLine|pocket alpha}}
|{{HistoryLine||v0.1.0|Added {{MC/Code|blockcrack}},{{MC/Verify}} {{MC/Code|flame}}, {{MC/Code|smoke}}, {{MC/Code|bubble}}, and {{MC/Code|watersplash}}.}}
|{{HistoryLine||v0.3.2|{{MC/Code|flame}} particles now appear near furnaces.}}
|{{HistoryLine||v0.4.0|Added {{MC/Code|crit}} and {{MC/Code|snowballpoof}}.}}
|{{HistoryLine||v0.5.0|Added {{MC/Code|reddust}}.}}
|{{HistoryLine||v0.9.0|dev=build 1|Added {{MC/Code|dripwater}}, {{MC/Code|townaura}}, {{MC/Code|heart}}, and {{MC/Code|portal}}.}}
|{{HistoryLine||v0.10.0|dev=build 1|Added {{MC/Code|fallingdust}}.}}
|{{HistoryLine||v0.11.0|dev=build 1|Added {{MC/Code|ink}}.
|Added {{MC/Code|spell}}, {{MC/Code|mobspellinstantaneous}}, {{MC/Code|mobspell}}, and {{MC/Code|waterwake}}.}}
|{{HistoryLine||v0.12.1|dev=build 1|{{MC/Code|crit}} particles now appear when performing a critical hit.
|{{MC/Code|portal}} particles now appear near nether portals.
|Added {{MC/Code|villagerangry}}, {{MC/Code|largeexplode}}, {{MC/Code|hugeexplode}}, {{MC/Code|blockdust}}, {{MC/Code|slime}}, {{MC/Code|enchantingtable}}, {{MC/Code|rainsplash}}, and {{MC/Code|snowshovel}}.}}
|{{HistoryLine|||dev=build 8|Changed {{MC/Code|largeexplode}} and {{MC/Code|hugeexplosion}} particle sprites.}}
|{{MC/HistoryLine|||dev=build 9|Particles are now visible through water.|Particles no longer appear darkened when inside a block.}}
|{{HistoryLine||v0.13.0|dev=build 1|Particles are no longer handled as entities.
|{{MC/Code|reddust}} particles now appear near powered [[Minecraft:redstone]].
|Added {{MC/Code|villagerhappy}}.
|Added {{MC/Code|note}}.}}
|{{HistoryLine||v0.16.0|dev=build 1|Added {{MC/Code|mobappearance}}.{{MC/Verify}}}}
|{{MC/HistoryLine|pocket}}
|{{HistoryLine||1.0.0|dev=alpha 0.17.0.1|Added {{MC/Code|endRod}}{{MC/Verify}} and {{MC/Code|dragonbreath}}.}}
|{{HistoryLine||1.0.4|dev=alpha 1.0.4.0|{{MC/Code|villagerhappy}} particles now appear when trading.}}
|{{HistoryLine||1.0.5|dev=alpha 1.0.5.0|Particles can now be spawned with {{MC/Cmd|particle}}.}}
|{{HistoryLine|||dev=alpha 1.0.5.3|Removed the {{MC/Cmd|particle}} command.}}
|{{HistoryLine||1.1.0|dev=alpha 1.1.0.0|Added {{MC/Code|spit}} and {{MC/Code|totem}}.}}
|{{MC/HistoryLine|bedrock}}
|{{HistoryLine||1.2.0|dev=beta 1.2.0.2|Added {{MC/Code|fireworksSpark}}.}}
|{{HistoryLine||1.5.0|dev=beta 1.5.0.0|Added {{MC/Code|dolphin}}.}}
|{{HistoryLine|||dev=beta 1.5.0.1|Added {{MC/Code|nautilus}}.}}
|{{HistoryLine|||dev=beta 1.5.0.7|Added {{MC/Code|bubble_column_up}}, {{MC/Code|bubble_pop}}and {{MC/Code|current_down}}.}}
|{{HistoryLine||1.6.0|dev=beta 1.6.0.1|Added {{MC/Code|barrier}}.}}
|{{HistoryLine||1.8.0|dev=beta 1.8.0.8|Re-added the {{MC/Cmd|particle}} command, which now temporarily summons particle emitters, instead of particle areas with volumes. The following can be summoned:
*{{MC/Cd|mobflame_emitter}}
*{{MC/Cd|test_beziercurve}}
*{{MC/Cd|test_bounce}}
*{{MC/Cd|test_catmullromcurve}}
*{{MC/Cd|test_colorcurve}}
*{{MC/Cd|test_combocurve}}
*{{MC/Cd|test_highrestitution}}
*{{MC/Cd|test_linearcurve}}
*{{MC/Cd|test_mule}}
*{{MC/Cd|test_smoke_puff}}
*{{MC/Cd|test_sphere}}
*{{MC/Cd|test_spiral}}
*{{MC/Cd|test_watertest}}
|Added {{MC/Code|sneeze}}.}}
|{{MC/HistoryLine||1.10.0|dev=beta 1.10.0.3|Particles can now be edited using standard JSON formatting.}}
|{{HistoryLine||1.11.0|dev=beta 1.11.0.1|Added {{MC/Code|campfire_cosy_smoke}} and {{MC/Code|campfire_signal_smoke}}.}}
|{{HistoryLine||1.14.0|dev=beta 1.14.0.1|Added {{MC/Code|dripping_honey}}, {{MC/Code|landing_honey}}, {{MC/Code|falling_honey}} and {{MC/Code|falling_nectar}}.}}
|{{HistoryLine||1.16.210|exp=Caves and Cliffs|dev=beta 1.16.210.53|Added {{MC/Code|snowflake_particle}}.}}
|{{HistoryLine|||dev=beta 1.16.210.56|Added {{MC/Code|vibration_signal}} and {{MC/Code|sculk_sensor_redstone_signal}}.}}
|{{HistoryLine|||dev=beta 1.16.210.59|Added {{MC/Code|glow_particle}}.}}
|{{HistoryLine|||dev=beta 1.16.210.60|Removed {{MC/Code|glow_particle}}.}}
|{{HistoryLine||1.16.220|exp=Caves and Cliffs|dev=beta 1.16.220.50|Added {{MC/Code|stalactite_lava_drip_particle}}, {{MC/Code|stalactite_water_drip_particle}}, and {{MC/Code|ink_emitter}}.
|Re-added {{MC/Code|glow_particle}}.}}
|{{HistoryLine|||dev=beta 1.16.220.52|Added {{MC/Code|electric_spark_particle}}, {{MC/Code|spore_blossom_ambient_particle}}, {{MC/Code|spore_blossom_shower_particle}} and {{MC/Code|wax_particle}}}}
|{{HistoryLine||1.20.50|dev=Preview 1.20.50.20|Added {{MC/Code|dust_plume}}.}}
|{{HistoryLine|||dev=Preview 1.20.50.21|Added {{MC/Code|white_smoke_particle}}.}}
|{{HistoryLine||1.21.0|dev=?|Added {{MC/Code|breeze_ground_particle}}, {{MC/Code|breeze_wind_explosion_emitter}}, {{MC/Code|infested_ambient}}, {{MC/Code|infested_emitter}}, {{MC/Code|ominous_spawning_particle}}, {{MC/Code|oozing_ambient}}, {{MC/Code|oozing_emitter}}, {{MC/Code|raid_omen_ambient}}, {{MC/Code|raid_omen_emitter}}, {{MC/Code|small_flame_particle}}, {{MC/Code|small_soul_fire_flame_particle}}, {{MC/Code|smash_ground_particle}}, {{MC/Code|smash_ground_particle_center}}, {{MC/Code|trial_omen_ambient}}, {{MC/Code|trial_omen_emitter}}, {{MC/Code|trial_omen_single}}, {{MC/Code|trial_spawner_detection}}, {{MC/Code|trial_spawner_detection_ominous}}, {{MC/Code|vault_connection}}, {{MC/Code|weaving_ambient}}, {{MC/Code|weaving_emitter}}, {{MC/Code|wind_charged_ambient}}, {{MC/Code|wind_charged_emitter}}, and {{MC/Code|wind_explosion_emitter}}.}}
|{{HistoryLine||1.21.50|dev=?|Added {{MC/Code|creaking_crumble_body}}, {{MC/Code|creaking_crumble_head}}, {{MC/Code|creaking_heart_trail}}, {{MC/Code|eyeblossom_close}}, {{MC/Code|eyeblossom_open}}, {{MC/Code|mobspell_lingering}}, and {{MC/Code|pale_oak_leaves_particle}}.}}
|{{HistoryLine||1.21.70|dev=?|Added {{MC/Code|biome_tinted_leaves_particle}} and {{MC/Code|firefly_particle}}.}}
|{{HistoryLine||1.21.80|dev=?|Added {{MC/Code|magical_critical_hit_emitter.}}}}
|{{MC/HistoryLine||1.21.90|dev=?|Updated each particle with a texture set for [[Minecraft:Vibrant Visuals]].}}
|{{HistoryLine||1.21.111|dev=Preview 1.21.110.23|Added {{MC/Code|green_flame_particle}}.}}
|{{MC/HistoryLine||26.0|dev=Preview 26.0.23|Mob effect particles can now appear slightly outside of the mob's bounding box.}}
}}
 
== Trivia ==
*Most particles can have their appearance completely changed by resource packs.
*Status effect particles appear where the player face is pointing.
*Redstone repeaters emit particles, but redstone comparators do not.
*Burning entities used to emit rounded particles with a fire animation, however now this particle is only used for blazes, and the fire animation has been replaced with one similar to that of Java Edition.
*When lava or water is placed above pointed dripstone to fill a [[Minecraft:cauldron]], {{MC/Code|stalactite_lava_drip_particle}} or {{MC/Code|stalactite_water_drip_particle}} particles drip off the dripstone, except right before the lava or water in the cauldron goes up a level, when {{MC/Code|lava_drip_particle}} or {{MC/Code|water_drip_particle}} particles are used instead.
 
== Gallery ==
 
=== Texture files ===
{{Tabber
|tabname1=RGBA
|tabcontent1=
The regular color texture files.
<gallery class="pixel-image">
File:Biome tinted leaves atlas.png|biome tinted leaves atlas
File:2019xxxxxxxx campfire smoke.png|campfire smoke
File:Cherry petal atlas.png|cherry petal atlas
File:Gust (atlas).png|gust
File:Infested Particle JE1.png|infested
File:Ominous spawning.png|ominous spawning
File:Pale oak leaves atlas.png|pale oak leaves atlas
File:2025xxxxxxxx particles.png|particles
File:Firefly.png|pixel
File:Raid Omen particle JE1.png|raid omen
File:Sculk charge (atlas).png|sculk charge
File:Sculk charge pop (atlas).png|sculk charge pop
File:Sculk Soul (texture) BE1.png|sculk soul
File:Shriek BE1.png|shriek
File:Small gust(atlas).png|small gust
File:Sonic explosion (atlas).png|sonic explosion
File:2020xxxxxxxx soul.png|soul
File:Trial Omen Particle JE1.png|trial omen
File:Trial spawner atlas.png|trial spawner atlas
File:Trial spawner ominous atlas.png|trial spawner ominous atlas
File:Vault connection JE1 BE1.png|vault connection
File:Vibration (texture) JE1 BE1.png|vibration signal
</gallery>
|tabname2=MERS
|tabcontent2=These are MERS texture files used in [[Minecraft:Vibrant Visuals]]. Note that most pixels are transparent because they have a subsurface scattering value of 0, but other channels can still have values.
<gallery class="pixel-image">
File:Biome tinted leaves atlas MERS.png|biome tinted leaves atlas
File:Campfire smoke MERS.png|campfire smoke
File:Cherry petal atlas MERS.png|cherry petal atlas
File:Gust MERS.png|gust
File:Infested MERS.png|infested
File:Ominous spawning MERS.png|ominous spawning
File:Pale oak leaves atlas MERS.png|pale oak leaves atlas
File:Particles MERS 1.21.110.png|particles
File:Pixel MERS.png|pixel
File:Raid omen MERS.png|raid omen
File:Sculk charge MERS.png|sculk charge
File:Sculk charge pop MERS.png|sculk charge pop
File:Sculk soul MERS.png|sculk soul
File:Shriek MERS.png|shriek
File:Small gust MERS.png|small gust
File:Sonic explosion MERS.png|sonic explosion
File:Soul MERS.png|soul
File:Trial omen MERS.png|trial omen
File:Trial spawner atlas MERS.png|trial spawner atlas
File:Trial spawner ominous atlas MERS.png|trial spawner ominous atlas
File:Vault connection MERS.png|vault connection
File:Vibration signal MERS.png|vibration signal
</gallery>
|tabname3=MER
|tabcontent3=
The MERS texture files, edited to ignore the subsurface scattering channel to prevent most pixels from rendering transparent.
<gallery class="pixel-image">
File:Biome tinted leaves atlas MER.png|biome tinted leaves atlas
File:Campfire smoke MER.png|campfire smoke
File:Cherry petal atlas MER.png|cherry petal atlas
File:Gust MER.png|gust
File:Infested MER.png|infested
File:Ominous spawning MER.png|ominous spawning
File:Pale oak leaves atlas MER.png|pale oak leaves atlas
File:Particles MER 1.21.110.png|particles
File:Pixel MER.png|pixel
File:Raid omen MER.png|raid omen
File:Sculk charge MER.png|sculk charge
File:Sculk charge pop MER.png|sculk charge pop
File:Sculk soul MER.png|sculk soul
File:Shriek MER.png|shriek
File:Small gust MER.png|small gust
File:Sonic explosion MER.png|sonic explosion
File:Soul MER.png|soul
File:Trial omen MER.png|trial omen
File:Trial spawner atlas MER.png|trial spawner atlas
File:Trial spawner ominous atlas MER.png|trial spawner ominous atlas
File:Vault connection MER.png|vault connection
File:Vibration signal MER.png|vibration signal
</gallery>
}}
 
=== Screenshots ===
<gallery>
ParticlesGuide.png|An annotated image of {{MC/Cd|[[Minecraft:particles.png]]}} with the primary purposes of each particle texture explained.
Eating Particles Pocket.jpg|Old eating particles {{MC/In|bedrock|lc=}}, which appears as miniatures of the [[Minecraft:food]] itself.
Burning Zombie Pocket.jpg|A burning [[Minecraft:zombie]] in ''Bedrock Edition'', emitting particles with [[Minecraft:fire]]'s animation.
</gallery>
 
== References ==
<references group="note" />
{{notelist}}
{{MC/Reflist}}
 
== Navigation ==
{{MC/Navbox particles}}
 
[[Category:Particle textures]]
 
cs:Částice
de:Partikel
es:Partículas
fr:Particules
ja:パーティクル
ko:입자
nl:Deeltjes
pl:Cząsteczki
pt:Partículas
ru:Частицы
th:อนุภาค
uk:Частинки
zh:基岩版粒子

Latest revision as of 11:13, 15 April 2026