minecraft.wiki-mirror/wiki_backup/Particles (Bedrock Edition).txt

1625 lines
84 KiB
Text

{{for|the image file used to load particle textures|particles.png}}
{{for|particles in Java Edition|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 [[explosion]]s, [[rainfall]], or [[smelting]] items in a [[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 [[block]]s and are slowed by [[cobweb]]s, but are unaffected by other [[entity|entities]].
The {{cmd|particle}} command can be used to create particles.
== Types of particles ==
The types of particles and their ID names are displayed below. Particles are namespaced with the prefix {{code|minecraft:}}.
{|class="wikitable" data-description="Bedrock Particles"
!ID
!Description
!Texture
!Applied color
|-
|{{code|arrow_spell_emitter}}
|Floats off [[tipped arrow]]s.
|[[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}}
|-
|[[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}}
|-
|[[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}}
|-
|[[Wither]]
|{{color|#736156}}
|-
|} Merges with multiple effects.<ref group="note" name="arrow_particles">Although other effect particles no longer combine colors with multiple effects, {{code|arrow_spell_emitter}} still does, as can be seen with arrows of the Turtle Master</ref>
|-
|{{code|balloon_gas_particle}}
|Left behind by [[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 {{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>
|-
|{{code|basic_bubble_particle}}
|Produced by entities splashing underwater, trails behind underwater projectiles.
|[[File:Bubble.png|16px]]
|{{tc|-}}
|-
|{{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]]
|{{tc|-}}
|-
|{{code|basic_crit_particle}}
|Trails behind [[crossbow]] shots and fully charged [[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>
|-
|{{code|basic_flame_particle}}
|Displayed inside [[monster spawner]]s, occasionally appears when [[garbage]] is produced in a [[lab table]], represents the flame of a [[torch]], emitted by [[magma cube]]s jumping, produced by [[furnace]]s, [[blast furnace]]s, and [[smoker]]s when smelting items.
|[[File:Flame.png|16px]]
|{{tc|-}}
|-
|{{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 {{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>
|-
|{{code|basic_smoke_particle}}
|Displayed when failing to tame a mob, represents the smoke produced when a [[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 [[fire]], produced by [[lava]] during [[rain]], shot out of [[dispenser]]s and [[dropper]]s when they fire, trails behind [[blaze]] fireballs, produced by blazes, trails behind [[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 [[candle]]s, floats off the top of [[torch]]es and [[soul torch]]es, emitted by the [[end portal]] when active, floats off the top of [[wither rose]]s, emitted by [[brewing stand]]s, trails behind {{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 grey.<ref group="note" name="basic_smoke_color">Determined by the formula {{code|"color": [ "variable.particle_random_1*0.5", "variable.particle_random_1*0.5", "variable.particle_random_1*0.5", 1.0 ]}}</ref>
|-
|{{code|bleach}}
|Displayed when [[bleach]] is created in a lab table.
|[[File:Angry Villager.png|16px]]
|{{tc|-}}
|-
|{{code|block_destruct}}
|Produced when blocks are broken, flakes off blocks being [[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 stand]]s are broken, produced when [[sheep]] eat [[grass]].
|{{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>
|{{tc|-}}
|-
|{{code|block_slide}}
|Shown when sliding down the side of a [[honey block]].
|{{tc|-}}<ref group="note" name="block breaking note"></ref>
|{{tc|-}}
|-
|{{code|blue_flame_particle}}
|Represents the flame of a [[soul torch]].
|[[File:Soul Flame.png|16px]]
|{{tc|-}}
|-
|{{code|breaking_item_icon}}
|Produced by [[slime]]s jumping, produced by [[turtle egg]]s hatching, shown when thrown [[ice bomb]]s break, shown when eating [[food]], shown when [[fox]]es eat food, shown when the [[wither]] is created, shown when any kind of fireballs break, shown when thrown [[egg]]s break, shown when thrown [[snowball]]s break, shown when [[bottles o' enchanting]] break, shown when thrown [[lingering potion]]s break, shown when thrown [[splash potion]]s break.
|{{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>
|{{tc|-}}
|-
|{{code|breaking_item_terrain}}
|Shown when feeding mobs, shown when [[panda]]s eat [[bamboo]].
|{{tc|-}}<ref group="note" name="item breaking note"></ref>
|{{tc|-}}
|-
|{{code|bubble_column_bubble}}
|Produced by entities at the top of [[bubble column]]s.
|[[File:Bubble.png|16px]]
|{{tc|-}}
|-
|{{code|bubble_column_down_particle}}
|Displayed in downward bubble columns.
|[[File:Bubble.png|16px]]
|{{tc|-}}
|-
|{{code|bubble_column_up_particle}}
|Displayed in upward bubble columns.
|[[File:Bubble.png|16px]]
|{{tc|-}}
|-
|{{code|camera_shoot_explosion}}
|Displayed when [[camera]]s take pictures.{{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]]
|Grey.<ref group="note" name="camera_color">Determined by the formula {{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>
|-
|{{code|campfire_smoke_particle}}
|Floats off the top of [[campfire]]s and [[soul campfire]]s.
|[[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]]
|{{tc|-}}
|-
|{{code|campfire_tall_smoke_particle}}
|Floats off the top of campfires and soul campfires on top of [[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]]
|{{tc|-}}
|-
|{{code|candle_flame_particle}}
|Represents the flame of [[candle]]s.
|[[File:Flame.png|16px]]
|{{tc|-}}
|-
|{{code|cauldron_bubble_particle}}
|Unused<ref>{{bug|MCPE-134079}}</ref>{{info needed}}
|[[File:Bubble.png|16px]]
|{{tc|-}}
|-
|{{code|cauldron_explosion_emitter}}
|Produced when filling a cauldron with something other than what it already contained, represents water evaporating from [[wet sponge]]s 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]]
|Grey.<ref group="note" name="death_color">Determined by the formula {{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>
|-
|{{code|cauldron_spell_emitter}}
|Displayed when putting [[potion]]s in [[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}}
|-
|[[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}}
|-
|[[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}}
|-
|[[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-->
|-
|{{code|cauldron_splash_particle}}
|Unused<ref>{{bug|MCPE-134079}}</ref>{{info needed}}
|{{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-->
|{{tc|-}}
|-
|{{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]]
|{{tc|-}}
|-
|{{code|colored_flame_particle}}
|Represents the flame of [[colored torch]]es.
|[[File:Soul Flame.png|16px]]
|{{info needed}}
|-
|{{code|conduit_absorb_particle}}
|Appears and moves toward activated [[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 {{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>
|-
|{{code|conduit_attack_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>
|-
|{{code|conduit_particle}}
|Unused{{info needed}}
|[[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>
|-
|{{code|creaking_crumble}}{{verify|is this the correct id?}}
|{{info needed}}
|{{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>
|{{tc|-}}
|-
|{{code|creaking_heart_trail_particle}}{{verify|is this the correct id?}}
|{{info needed}}
|{{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>
|{{tc|-}}
|-
|{{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>
|-
|{{code|crop_growth_area_emitter}}
|Appears when using [[bonemeal]] on [[grass block]]s, [[flower]]s, or [[moss block|moss]].
|[[File:Glint.png|16px]]
|{{tc|-}}
|-
|{{code|crop_growth_emitter}}
|Appears when using bonemeal on crops or other plants, appears when placing items in a [[composter]], appears when [[bee]]s pollinate crops, displayed when turtle eggs are placed on [[sand]], displayed when [[sniffer egg]]s are placed on moss.
|[[File:Glint.png|16px]]
|{{tc|-}}
|-
|{{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]]
|Grey.<ref group="note" name="death_color"></ref>
|-
|{{code|dolphin_move_particle}}
|Trails behind [[dolphin]]s.
|[[File:Bubble.png|16px]]
|{{tc|-}}
|-
|{{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 {{code|"color": [ "Math.random(0.7176, 0.8745)", 0.0, "Math.random(0.8235, 0.9765)", 1.0 ]}}</ref>
|-
|{{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}}
|-
|{{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>
|-
|{{code|dragon_death_explosion_emitter}}
|Produced by [[explosion]]s, shown when shearing [[mooshroom]]s, 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]]
|Grey.<ref group="note" name="camera_color"></ref>
|-
|{{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]]
|Grey.<ref group="note" name="camera_color"></ref>
|-
|{{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]]
|Grey.<ref group="note" name="camera_color"></ref>
|-
|{{code|egg_destroy_emitter}}
|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]]
|Grey.<ref group="note" name="death_color"></ref>
|-
|{{code|electric_spark_particle}}
|Produced when [[lightning]] hits oxidized [[copper]], emitted by [[lightning rod]]s during a [[thunderstorm]].
|[[File:Glow_(texture)_JE1_BE1.png|16px]]
|{{color|#ffe6ff}}
|-
|{{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 Education Edition features not enabled. Different textures and a different color are used if Education Edition features are enabled or the world is in Education Edition.{{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>
|-
|{{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]]
|Grey.<ref group="note" name="conduit_color"></ref>
|-
|{{code|end_chest}}
|Appears and floats toward [[ender chest]]s.
|[[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>
|-
|{{code|endrod}}
|Emitted by [[end rod]]s.
|[[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]]
|Grey.<ref group="note" name="balloon_gas_color"></ref>
|-
|{{code|evocation_fang_particle}}
|Unused.{{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>
|-
|{{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]]
|{{info needed}}
|-
|{{code|explosion_manual}}
|Unused.<ref>{{bug|MCPE-127604}}</ref>{{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]]
|Grey.<ref group="note" name="explosion_manual_color">Determined by the formula {{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>
|-
|{{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]]
|Grey.<ref group="note" name="explosion_manual_color"></ref>
|-
|{{code|eye_of_ender_bubble_particle}}
|Trails behind eyes of ender underwater.
|[[File:Bubble.png|16px]]
|{{tc|-}}
|-
|{{code|eyeblossom_open}}{{verify|is this the correct id?}}
|{{info needed}}
|?
|?
|-
|{{code|eyeblossom_open}}{{verify|is this the correct id?}}
|{{info needed}}
|?
|?
|-
|{{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>
|-
|{{code|falling_border_dust_particle}}
|Falls off the bottom 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">Determined by the formula {{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>
|-
|{{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]]
|{{info needed}}
|-
|{{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]]
|{{info needed}}
|-
|{{code|falling_dust_dragon_egg_particle}}
|Falls off the bottom of floating [[dragon egg]]s.
|[[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}}
|-
|{{code|falling_dust_gravel_particle}}
|Falls off the bottom of floating [[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}}
|-
|{{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}}
|-
|{{code|falling_dust_sand_particle}}
|Falls off the bottom of floating [[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}}
|-
|{{code|falling_dust_scaffolding_particle}}
|Falls off the bottom of [[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}}
|-
|{{code|falling_dust_top_snow_particle}}
|Falls off the bottom of floating [[top snow]].
|[[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}}
|-
|{{code|fish_hook_particle}}
|Produced by the fishing bobber.
|[[File:Bubble.png|16px]]
|{{tc|-}}
|-
|{{code|fish_pos_particle}}
|Produced by the fishing trail occasionally.
|[[File:Bubble.png|16px]]
|{{tc|-}}
|-
|{{code|glow_particle}}
|Emitted by [[glow squid]].
|[[File:Glow_(texture)_JE1_BE1.png|16px]]
|{{info needed}}
|-
|{{code|guardian_attack_particle}}
|Produced by [[guardian]]s' lasers.
|[[File:Bubble.png|16px]]
|{{tc|-}}
|-
|{{code|guardian_water_move_particle}}
|Trails behind guardians moving underwater.
|[[File:Bubble.png|16px]]
|{{tc|-}}
|-
|{{code|heart_particle}}
|Produced by mobs breeding, appears when feeding an animal, appears when taming an animal, appears when [[allay]]s duplicate.
|[[File:Heart.png|16px]]
|{{tc|-}}
|-
|{{code|honey_drip_particle}}
|Seeps out of [[beehive]]s and [[bee nest]]s filled with honey.
|[[File:Drip_Fall_(texture)_JE1_BE1.png|16px]]
|{{color|#947215}}
|-
|{{code|huge_explosion_emitter}}
|Unused.<ref>{{bug|MCPE-127604}}</ref>{{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]]
|Grey.<ref group="note" name="camera_color"></ref>
|-
|{{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]]
|Grey.<ref group="note" name="camera_color"></ref>
|-
|{{code|ice_evaporation_emitter}}
|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]]
|Grey.<ref group="note" name="death_color"></ref>
|-
|{{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]]
|{{info needed}}
|-
|{{code|knockback_roar_particle}}
|Produced by [[ravager]]s 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]]
|Grey.<ref group="note" name="explosion_manual_color"></ref>
|-
|{{code|lab_table_heatblock_dust_particle}}
|Appears when [[heat block]]s are produced in a lab table.
|[[File:Glitter (texture 0) JE1 BE1.png|16px]]
|Grey.<ref group="note" name="hot_color">Determined by the formula {{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>
|-
|{{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]]
|Grey.<ref group="note" name="conduit_color"></ref>
|-
|{{code|large_explosion}}
|Unused.<ref>{{bug|MCPE-127604}}</ref>{{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]]
|Grey.<ref group="note" name="camera_color"></ref>
|-
|{{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 {{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>
|-
|{{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]]
|{{tc|-}}
|-
|{{code|llama_spit_smoke}}
|Spat out by [[llama]]s.
|[[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]]
|Grey.<ref group="note" name="death_color"></ref>
|-
|{{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]]
|{{tc|-}}
|-
|{{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]]
|Grey.<ref group="note" name="death_color"></ref>
|-
|{{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]]
|Grey.<ref group="note" name="death_color"></ref>
|-
|{{code|mob_portal}}
|Emitted by [[endermen]], emitted by [[endermite]]s.
|[[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]]
|{{info needed}}
|-
|{{code|mobflame_emitter}}
|Produced by [[blaze]]s.
|[[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]]
|{{tc|-}}
|-
|{{code|mobflame_single}}
|Unused.{{info needed}}
|[[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]]
|{{tc|-}}
|-
|{{code|mobspell_ambient}}
|Emitted by players with ambient effects from a [[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}}
|-
|[[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}}
|-
|[[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}}
|-
|[[Wither]]
|{{color|#736156}}
|-
|} If an entity has multiple effects, each particle uses the color of one of them at random.
|-
|{{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}}
|-
|[[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}}
|-
|[[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}}
|-
|[[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.
|-
|{{code|mycelium_dust_particle}}
|Appears above [[mycelium]].
|[[File:Glitter (texture 0) JE1 BE1.png|16px]]
|Grey.<ref group="note" name="hot_color"></ref>
|-
|{{code|nectar_drip_particle}}
|Drips off bees that have collected pollen.
|[[File:Drip_Fall_(texture)_JE1_BE1.png|16px]]
|{{color|#ebc7b8}}
|-
|{{code|note_particle}}
|Produced by [[jukebox]]es while playing a song, produced by [[note block]]s being played.
|[[File:Note.png|16px]]
|{{info needed}}
|-
|{{code|obsidian_glow_dust_particle}}
|Unused.{{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.-->
|[[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>
|-
|{{code|obsidian_tear_particle}}
|Drips off [[crying obsidian]].
|[[File:Drip_Fall_(texture)_JE1_BE1.png|16px]]
|{{color|#8208e3}}
|-
|{{code|pale_oak_leaves}}{{verify|is this the correct id?}}
|{{info needed}}
|?
|?
|-
|{{code|phantom_trail_particle}}
|Trails behind the wings of [[phantom]]s.
|[[File:Glitter (texture 0) JE1 BE1.png|16px]]
|Grey.<ref group="note" name="hot_color"></ref>
|-
|{{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>
|-
|{{code|portal_east_west}}
|Floats toward [[nether portal]]s 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]]
|{{info needed}}
|-
|{{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]]
|{{info needed}}
|-
|{{code|portal_reverse_particle}}
|Floats off the top of [[respawn anchor]]s.
|[[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>
|-
|{{code|rain_splash_particle}}
|Appears when [[ice bomb]]s are produced in a lab table, produced when {{code|stalactite_water_drip_particle}} or {{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]]
|{{tc|-}}
|-
|{{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>
|-
|{{code|redstone_repeater_dust_particle}}
|Emitted by powered [[redstone repeater]]s.
|[[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>
|-
|{{code|redstone_torch_dust_particle}}
|Emitted by powered [[redstone torch]]es.
|[[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>
|-
|{{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>
|-
|{{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>
|-
|{{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]]
|{{tc|-}}
|-
|{{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]]
|{{tc|-}}
|-
|{{code|sculk_sensor_redstone_particle}}
|Emitted by activated [[sculk sensor]]s.
|[[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>
|-
|{{code|sculk_soul_particle}}
|Appears over [[sculk catalyst]]s 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]]
|{{tc|-}}
|-
|{{code|shriek_particle}}
|Produced by [[sculk shrieker]]s when activated.
|[[File:Shriek_BE1.png|16px]]
|{{tc|-}}
|-
|{{code|shulker_bullet}}
|Trails behind [[shulker bullet]]s.
|[[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]]
|Grey.<ref group="note" name="balloon_gas_color"></ref>
|-
|{{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]]
|Grey.<ref group="note" name="death_color"></ref>
|-
|{{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}}
|-
|{{code|sonic_explosion}}
|Spat out by the [[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]]
|{{tc|-}}
|-
|{{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]]
|{{tc|-}}
|-
|{{code|sparkler_emitter}}
|Emitted by [[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]]
|{{info needed}}
|-
|{{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}}
|-
|[[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}}
|-
|[[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}}
|-
|[[Wither]]
|{{color|#736156}}
|-
|} Merges with multiple effects.
|-
|{{code|sponge_absorb_water_particle}}
|Unused.{{info needed}}
|[[File:Bubble.png|16px]]
|{{tc|-}}
|-
|{{code|spore_blossom_ambient_particle}}
|Floats in the air around [[spore blossom]]s.
|[[File:Drip_Fall_(texture)_JE1_BE1.png|16px]]
|{{color|#528038}}
|-
|{{code|spore_blossom_shower_particle}}
|Drips from spore blossoms.
|[[File:Drip_Fall_(texture)_JE1_BE1.png|16px]]
|{{color|#528038}}
|-
|{{code|squid_flee_particle}}
|Unused.{{info needed}}
|[[File:Bubble.png|16px]]
|{{tc|-}}
|-
|{{code|squid_ink_bubble}}
|Produced by squid and glow squid being hit.
|[[File:Gray_Bubble_(texture)_BE1.png|16px]]
|{{color|#0001f4}}
|-
|{{code|squid_move_particle}}
|Unused.{{info needed}}
|[[File:Gray_Bubble_(texture)_BE1.png|16px]]
|{{color|#0001f4}}
|-
|{{code|stalactite_lava_drip_particle}}
|Drips from [[pointed dripstone]] with [[lava]] above it.
|[[File:Drip_Fall_(texture)_JE1_BE1.png|16px]]
|Orange.<ref group="note" name="lava_drip_color"></ref>
|-
|{{code|stalactite_water_drip_particle}}
|Drips from pointed dripstone with [[water]] or any non-lava block above.
|[[File:Drip_Fall_(texture)_JE1_BE1.png|16px]]
|{{color|#334dff}}
|-
|{{code|stunned_emitter}}
|Produced when a ravager is stunned after being blocked by a [[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}}
|-
|{{code|totem_manual}}
|Unused.{{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>
|-
|{{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>
|-
|{{code|underwater_torch_particle}}
|Produced by [[underwater torch]]es.
|[[File:Bubble.png|16px]]
|{{tc|-}}
|-
|{{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]]
|{{tc|-}}
|-
|{{code|villager_angry}}
|Produced when hitting a [[villager]], produced when villagers fail to breed, produced by villagers and the block when they lose a job site block or a [[bed]].
|[[File:Angry Villager.png|16px]]
|{{tc|-}}
|-
|{{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.
|[[File:Glint.png|16px]]
|{{tc|-}}
|-
|{{code|warden_dig}}
|Created when the warden emerges from the ground.
|{{tc|-}}<ref group="note" name="block breaking note"></ref>
|{{info needed}}
|-
|{{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}}
|-
|{{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]]
|Grey.<ref group="note" name="death_color"></ref>
|-
|{{code|water_evaporation_bucket_emitter}}
|Appears when placing [[water bucket]]s 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]]
|Grey.<ref group="note" name="death_color"></ref>
|-
|{{code|water_evaporation_manual}}
|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]]
|Grey.<ref group="note" name="death_color"></ref>
|-
|{{code|water_splash_particle}}
|Appears when splashing at the top of bubble columns, appears when [[ice bomb]]s 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]]
|{{tc|-}}
|-
|{{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]]
|{{tc|-}}
|-
|{{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]]
|{{tc|-}}
|-
|{{code|wax_particle}}
|Appears when scraping oxidization or wax off copper, appears when waxing copper.
|[[File:Glow_(texture)_JE1_BE1.png|16px]]
|{{info needed}}
|-
|{{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}}
|-
|}
== Particle IDs ==
{|class="wikitable sortable"
! [[Resource location]]
|-
|{{code|arrow_spell_emitter}}
|-
|{{code|balloon_gas_particle}}
|-
|{{code|basic_bubble_particle}}
|-
|{{code|basic_bubble_particle_manual}}
|-
|{{code|basic_crit_particle}}
|-
|{{code|basic_flame_particle}}
|-
|{{code|basic_portal_particle}}
|-
|{{code|basic_smoke_particle}}
|-
|{{code|bleach}}
|-
|{{code|block_destruct}}
|-
|{{code|block_slide}}
|-
|{{code|blue_flame_particle}}
|-
|{{code|breaking_item_icon}}
|-
|{{code|breaking_item_terrain}}
|-
|{{code|bubble_column_bubble}}
|-
|{{code|bubble_column_down_particle}}
|-
|{{code|bubble_column_up_particle}}
|-
|{{code|camera_shoot_explosion}}
|-
|{{code|campfire_smoke_particle}}
|-
|{{code|campfire_tall_smoke_particle}}
|-
|{{code|candle_flame_particle}}
|-
|{{code|cauldron_bubble_particle}}
|-
|{{code|cauldron_explosion_emitter}}
|-
|{{code|cauldron_spell_emitter}}
|-
|{{code|cauldron_splash_particle}}
|-
|{{code|cherry_leaves_particle}}
|-
|{{code|colored_flame_particle}}
|-
|{{code|conduit_absorb_particle}}
|-
|{{code|conduit_attack_particle}}
|-
|{{code|conduit_particle}}
|-
|{{code|critical_hit_emitter}}
|-
|{{code|crop_growth_area_emitter}}
|-
|{{code|crop_growth_emitter}}
|-
|{{code|death_explosion_emitter}}
|-
|{{code|dolphin_move_particle}}
|-
|{{code|dragon_breath_fire}}
|-
|{{code|dragon_breath_lingering}}
|-
|{{code|dragon_breath_trail}}
|-
|{{code|dragon_death_explosion_emitter}}
|-
|{{code|dragon_destroy_block}}
|-
|{{code|dragon_dying_explosion}}
|-
|{{code|egg_destroy_emitter}}
|-
|{{code|electric_spark_particle}}
|-
|{{code|elephant_tooth_paste_vapor_particle}}
|-
|{{code|enchanting_table_particle}}
|-
|{{code|end_chest}}
|-
|{{code|endrod}}
|-
|{{code|evocation_fang_particle}}
|-
|{{code|evoker_spell}}
|-
|{{code|explosion_manual}}
|-
|{{code|explosion_particle}}
|-
|{{code|eye_of_ender_bubble_particle}}
|-
|{{code|eyeofender_death_explode_particle}}
|-
|{{code|falling_border_dust_particle}}
|-
|{{code|falling_dust}}
|-
|{{code|falling_dust_concrete_powder_particle}}
|-
|{{code|falling_dust_dragon_egg_particle}}
|-
|{{code|falling_dust_gravel_particle}}
|-
|{{code|falling_dust_red_sand_particle}}
|-
|{{code|falling_dust_sand_particle}}
|-
|{{code|falling_dust_scaffolding_particle}}
|-
|{{code|falling_dust_top_snow_particle}}
|-
|{{code|fish_hook_particle}}
|-
|{{code|fish_pos_particle}}
|-
|{{code|glow_particle}}
|-
|{{code|guardian_attack_particle}}
|-
|{{code|guardian_water_move_particle}}
|-
|{{code|heart_particle}}
|-
|{{code|honey_drip_particle}}
|-
|{{code|huge_explosion_emitter}}
|-
|{{code|huge_explosion_lab_misc_emitter}}
|-
|{{code|ice_evaporation_emitter}}
|-
|{{code|ink_emitter}}
|-
|{{code|knockback_roar_particle}}
|-
|{{code|lab_table_heatblock_dust_particle}}
|-
|{{code|lab_table_misc_mystical_particle}}
|-
|{{code|large_explosion}}
|-
|{{code|lava_drip_particle}}
|-
|{{code|lava_particle}}
|-
|{{code|llama_spit_smoke}}
|-
|{{code|magnesium_salts_emitter}}
|-
|{{code|misc_fire_vapor_particle}}
|-
|{{code|mob_block_spawn_emitter}}
|-
|{{code|mob_portal}}
|-
|{{code|mobflame_emitter}}
|-
|{{code|mobflame_single}}
|-
|{{code|mobspell_ambient}}
|-
|{{code|mobspell_emitter}}
|-
|{{code|mycelium_dust_particle}}
|-
|{{code|nectar_drip_particle}}
|-
|{{code|note_particle}}
|-
|{{code|obsidian_glow_dust_particle}}
|-
|{{code|obsidian_tear_particle}}
|-
|{{code|phantom_trail_particle}}
|-
|{{code|portal_directional}}
|-
|{{code|portal_east_west}}
|-
|{{code|portal_north_south}}
|-
|{{code|portal_reverse_particle}}
|-
|{{code|rain_splash_particle}}
|-
|{{code|redstone_ore_dust_particle}}
|-
|{{code|redstone_repeater_dust_particle}}
|-
|{{code|redstone_torch_dust_particle}}
|-
|{{code|redstone_wire_dust_particle}}
|-
|{{code|sculk_charge_particle}}
|-
|{{code|sculk_charge_pop_particle}}
|-
|{{code|sculk_sensor_redstone_particle}}
|-
|{{code|sculk_soul_particle}}
|-
|{{code|shriek_particle}}
|-
|{{code|shulker_bullet}}
|-
|{{code|silverfish_grief_emitter}}
|-
|{{code|snowflake_particle}}
|-
|{{code|sonic_explosion}}
|-
|{{code|soul_particle}}
|-
|{{code|sparkler_emitter}}
|-
|{{code|splash_spell_emitter}}
|-
|{{code|sponge_absorb_water_particle}}
|-
|{{code|spore_blossom_ambient_particle}}
|-
|{{code|spore_blossom_shower_particle}}
|-
|{{code|squid_flee_particle}}
|-
|{{code|squid_ink_bubble}}
|-
|{{code|squid_move_particle}}
|-
|{{code|stalactite_lava_drip_particle}}
|-
|{{code|stalactite_water_drip_particle}}
|-
|{{code|stunned_emitter}}
|-
|{{code|totem_manual}}
|-
|{{code|totem_particle}}
|-
|{{code|underwater_torch_particle}}
|-
|{{code|vibration_signal}}
|-
|{{code|villager_angry}}
|-
|{{code|villager_happy}}
|-
|{{code|warden_dig}}
|-
|{{code|water_drip_particle}}
|-
|{{code|water_evaporation_actor_emitter}}
|-
|{{code|water_evaporation_bucket_emitter}}
|-
|{{code|water_evaporation_manual}}
|-
|{{code|water_splash_particle}}
|-
|{{code|water_splash_particle_manual}}
|-
|{{code|water_wake_particle}}
|-
|{{code|wax_particle}}
|-
|{{code|wither_boss_invulnerable}}
|}
== Issues ==
{{Issue list|particles}}
== History ==
{{for|a history of particle texture changes|Java Edition history of textures/Particles|Bedrock Edition history of textures/Particles}}
{{expand section|Java & Bedrock particles in 1.16/1.17 - Historical particles associated with cauldrons in Bedrock Edition}}
{{HistoryTable
|{{HistoryLine|pocket alpha}}
|{{HistoryLine||v0.1.0|Added {{code|blockcrack}},{{verify}} {{code|flame}}, {{code|smoke}}, {{code|bubble}}, and {{code|watersplash}}.}}
|{{HistoryLine||v0.3.2|{{code|flame}} particles now appear near furnaces.}}
|{{HistoryLine||v0.4.0|Added {{code|crit}} and {{code|snowballpoof}}.}}
|{{HistoryLine||v0.5.0|Added {{code|reddust}}.}}
|{{HistoryLine||v0.9.0|dev=build 1|Added {{code|dripwater}}, {{code|townaura}}, {{code|heart}}, and {{code|portal}}.}}
|{{HistoryLine||v0.10.0|dev=build 1|Added {{code|fallingdust}}.}}
|{{HistoryLine||v0.11.0|dev=build 1|Added {{code|ink}}.
|Added {{code|spell}}, {{code|mobspellinstantaneous}}, {{code|mobspell}}, and {{code|waterwake}}.}}
|{{HistoryLine||v0.12.1|dev=build 1|{{code|crit}} particles now appear when performing a critical hit.
|{{code|portal}} particles now appear near [[nether portal]]s.
|Added {{code|villagerangry}}, {{code|largeexplode}}, {{code|hugeexplode}}, {{code|blockdust}}, {{code|slime}}, {{code|enchantingtable}}, {{code|rainsplash}}, and {{code|snowshovel}}.}}
|{{HistoryLine|||dev=build 8|Changed {{code|largeexplode}} and {{code|hugeexplosion}} particle sprites.}}
|{{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.
|{{code|reddust}} particles now appear near powered [[redstone]].
|Added {{code|villagerhappy}}.
|Added {{code|note}}.}}
|{{HistoryLine||v0.16.0|dev=build 1|Added {{code|mobappearance}}.{{verify}}}}
|{{HistoryLine|pocket}}
|{{HistoryLine||1.0.0|dev=alpha 0.17.0.1|Added {{code|endRod}}{{verify}} and {{code|dragonbreath}}.}}
|{{HistoryLine||1.0.4|dev=alpha 1.0.4.0|{{code|villagerhappy}} particles now appear when [[trading]].}}
|{{HistoryLine||1.0.5|dev=alpha 1.0.5.0|Particles can now be spawned with {{cmd|particle}}.}}
|{{HistoryLine|||dev=alpha 1.0.5.3|Removed the {{cmd|particle}} command.}}
|{{HistoryLine||1.1.0|dev=alpha 1.1.0.0|Added {{code|spit}} and {{code|totem}}.}}
|{{HistoryLine|bedrock}}
|{{HistoryLine||1.2.0|dev=beta 1.2.0.2|Added {{code|fireworksSpark}}.}}
|{{HistoryLine||1.5.0|dev=beta 1.5.0.0|Added {{code|dolphin}}.}}
|{{HistoryLine|||dev=beta 1.5.0.1|Added {{code|nautilus}}.}}
|{{HistoryLine|||dev=beta 1.5.0.7|Added {{code|bubble_column_up}}, {{code|bubble_pop}}and {{code|current_down}}.}}
|{{HistoryLine||1.6.0|dev=beta 1.6.0.1|Added {{code|barrier}}.}}
|{{HistoryLine||1.8.0|dev=beta 1.8.0.8|Re-added the {{cmd|particle}} command, which now temporarily summons particle emitters, instead of particle areas with volumes. The following can be summoned:
*{{cd|mobflame_emitter}}
*{{cd|test_beziercurve}}
*{{cd|test_bounce}}
*{{cd|test_catmullromcurve}}
*{{cd|test_colorcurve}}
*{{cd|test_combocurve}}
*{{cd|test_highrestitution}}
*{{cd|test_linearcurve}}
*{{cd|test_mule}}
*{{cd|test_smoke_puff}}
*{{cd|test_sphere}}
*{{cd|test_spiral}}
*{{cd|test_watertest}}
|Added {{code|sneeze}}.}}
|{{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 {{code|campfire_cosy_smoke}} and {{code|campfire_signal_smoke}}.}}
|{{HistoryLine||1.14.0|dev=beta 1.14.0.1|Added {{code|dripping_honey}}, {{code|landing_honey}}, {{code|falling_honey}} and {{code|falling_nectar}}.}}
|{{HistoryLine||1.16.210|exp=Caves and Cliffs|dev=beta 1.16.210.53|Added {{code|snowflake_particle}}.}}
|{{HistoryLine|||dev=beta 1.16.210.56|Added {{code|vibration_signal}} and {{code|sculk_sensor_redstone_signal}}.}}
|{{HistoryLine|||dev=beta 1.16.210.59|Added {{code|glow_particle}}.}}
|{{HistoryLine|||dev=beta 1.16.210.60|Removed {{code|glow_particle}}.}}
|{{HistoryLine||1.16.220|exp=Caves and Cliffs|dev=beta 1.16.220.50|Added {{code|stalactite_lava_drip_particle}}, {{code|stalactite_water_drip_particle}}, and {{code|ink_emitter}}.
|Re-added {{code|glow_particle}}.}}
|{{HistoryLine|||dev=beta 1.16.220.52|Added {{code|electric_spark_particle}}, {{code|spore_blossom_ambient_particle}}, {{code|spore_blossom_shower_particle}} and {{code|wax_particle}}}}
|{{HistoryLine||1.20.50|dev=Preview 1.20.50.20|Added {{code|dust_plume}}.}}
|{{HistoryLine|||dev=Preview 1.20.50.21|Added {{code|white_smoke_particle}}.}}
}}
== Trivia ==
*Most particles can have their appearance completely changed by resource packs.
*Status effect particles appear where the player face is pointing.
*[[Redstone repeater]]s emit particles, but [[redstone comparator]]s 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 [[cauldron]], {{code|stalactite_lava_drip_particle}} or {{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 {{code|lava_drip_particle}} or {{code|water_drip_particle}} particles are used instead.
== Gallery ==
<gallery>
ParticlesGuide.png|An annotated image of {{cd|[[particles.png]]}} with the primary purposes of each particle texture explained.{{only|bedrock}}
Eating Particles Pocket.jpg|Old eating particles {{in|bedrock|lc=}}, which appears as miniatures of the [[food]] itself.
Burning Zombie Pocket.jpg|A burning [[zombie]] in Bedrock Edition, emitting particles with [[fire]]'s animation.
</gallery>
== References ==
<references group="note" />
{{notelist}}
{{Reflist}}
== Navigation ==
{| {{SimpleNavbox|[[Particles]]}}
! [[Particles (Java Edition)|Java Edition]]
|
*[[Particles (Java Edition)|Particles]]
*[[Java Edition history of textures/Particles|Textures history]]
*[[Particle format]]
|-
! [[Particles (Bedrock Edition)|Bedrock Edition]]
|
*[[Particles (Bedrock Edition)|Particles]]
*[[Bedrock Edition history of textures/Particles|Textures history]]
*[[particles.png]]
|-
! JE & BE
|
*[[List of particle textures|List of textures]]
*[[Commands/particle|/particle]]
|-
! [[Legends:Particles|Legends]]
|
*[[Legends:Particles|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:粒子]]